mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2024-11-17 06:09:25 +08:00
Fixed revalidation useEffect dependencies
This commit is contained in:
parent
f4468d4010
commit
44ecc4ec7c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default function Revalidator() {
|
|||
setRechecked(true);
|
||||
});
|
||||
}
|
||||
}, []);
|
||||
}, [authenticated, dispatch, navigate]);
|
||||
|
||||
return <></>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue