Skip to content

Commit a66522f

Browse files
committed
lint
1 parent 7e920cc commit a66522f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/ContextMenu/ContextMenu.react.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ const MenuSection = ({ level, items, path, setPath, hide, parentItemCount = 0 })
6969

7070
const style = position
7171
? {
72-
left: position.x,
73-
top: position.y,
74-
maxHeight: '80vh',
75-
overflowY: 'scroll',
76-
opacity: 1,
77-
}
72+
left: position.x,
73+
top: position.y,
74+
maxHeight: '80vh',
75+
overflowY: 'scroll',
76+
opacity: 1,
77+
}
7878
: {};
7979

8080
return (

0 commit comments

Comments
 (0)