cleaner
This commit is contained in:
parent
6fb345dbbc
commit
72945b45c5
1 changed files with 1 additions and 2 deletions
|
@ -239,8 +239,7 @@ function App(props: Props) {
|
|||
if (shouldMigrateLanguage) {
|
||||
setLanguage(shouldMigrateLanguage);
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [shouldMigrateLanguage]);
|
||||
}, [shouldMigrateLanguage, setLanguage]);
|
||||
|
||||
useEffect(() => {
|
||||
// Check that previousHasVerifiedEmail was not undefined instead of just not truthy
|
||||
|
|
Loading…
Add table
Reference in a new issue