Lint all the things
This commit is contained in:
@@ -67,7 +67,6 @@ function AppContainer({ currentUser, setDarkMode }) {
|
||||
} else {
|
||||
setDarkMode(false);
|
||||
}
|
||||
// eslint-disable-next-line
|
||||
}, [currentUser?.uid]);
|
||||
|
||||
// Persist darkMode to localStorage when it or user changes
|
||||
|
||||
Reference in New Issue
Block a user