chore(lint): small clean up of lint errors wip on #312

This commit is contained in:
Jean-Philippe Sirois
2020-08-26 19:39:27 -04:00
parent c2d58941c5
commit 2a974cc598
24 changed files with 61 additions and 40 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const HomeLayout: FC<RouteComponentProps> = () => {
if (locked) {
unlock()
}
}, [locked])
}, [locked, unlock])
return (
<ThemeProvider>