mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
fix build and lints
This commit is contained in:
parent
329448c9fc
commit
491f9b48b5
9 changed files with 19 additions and 31 deletions
|
@ -34,6 +34,7 @@ export const CreateCollectionPage = () => {
|
|||
if (userStore.state === "finished" && !userStore.token) {
|
||||
router.push("/login?redirect=/collections/create");
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [userStore]);
|
||||
|
||||
const [edit, setEdit] = useState(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue