Another attempt to fix FOWP
This commit is contained in:
parent
8b77615c80
commit
45be17b93a
1 changed files with 2 additions and 2 deletions
|
@ -119,10 +119,10 @@ function App() {
|
||||||
setUIState('default');
|
setUIState('default');
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}
|
} else {
|
||||||
|
|
||||||
setUIState('default');
|
setUIState('default');
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
let location = useLocation();
|
let location = useLocation();
|
||||||
|
|
Loading…
Add table
Reference in a new issue