chore(org): Linter fixes
This commit is contained in:
parent
e027d560f8
commit
901422cf4e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export const PageWrapper = (props) => {
|
|||
//const [theme, setTheme] = useTheme()
|
||||
const [currentTheme, setCurrentTheme] = useState()
|
||||
const [navupdates, setNavupdates] = useState(0)
|
||||
useEffect(() => setCurrentTheme(theme), [currentTheme, theme])
|
||||
useEffect(() => setCurrentTheme(theme), [currentTheme])
|
||||
|
||||
/*
|
||||
* Update navigation context with title and path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue