chore(org): Linter fixes
This commit is contained in:
parent
4a5b80afe4
commit
e027d560f8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export const PageWrapper = (props) => {
|
|||
* This forces a re-render upon initial bootstrap of the app
|
||||
* This is needed to avoid hydration errors because theme can't be set reliably in SSR
|
||||
*/
|
||||
const [theme, setTheme] = useTheme()
|
||||
//const [theme, setTheme] = useTheme()
|
||||
const [currentTheme, setCurrentTheme] = useState()
|
||||
const [navupdates, setNavupdates] = useState(0)
|
||||
useEffect(() => setCurrentTheme(theme), [currentTheme, theme])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue