mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
chore(lint): small clean up of lint errors wip on #312
This commit is contained in:
@@ -24,7 +24,7 @@ export const SidebarProvider: FC = ({ children }) => {
|
||||
} else {
|
||||
setCurrent(null)
|
||||
}
|
||||
}, [location])
|
||||
}, [location, getSecondLevel])
|
||||
|
||||
const memoizedContextValue = useMemo(
|
||||
() => ({
|
||||
|
||||
Reference in New Issue
Block a user