mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 16:06:15 +02:00
chore(lint): small clean up of lint errors wip on #312
This commit is contained in:
@@ -15,7 +15,7 @@ export const HomeLayout: FC<RouteComponentProps> = () => {
|
||||
if (locked) {
|
||||
unlock()
|
||||
}
|
||||
}, [locked])
|
||||
}, [locked, unlock])
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user