Skip to content

Commit c5eb091

Browse files
committed
Lint fix
1 parent cb439ed commit c5eb091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/Nav/NavBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function NavBar({ children }) {
3333
}, [nodeRef, setDropdownOpen]);
3434

3535
useKeyDownHandlers({
36-
'escape': () => setDropdownOpen('none')
36+
escape: () => setDropdownOpen('none')
3737
});
3838

3939
const clearHideTimeout = useCallback(() => {

0 commit comments

Comments
 (0)