add a semicolone

This commit is contained in:
Sven Czarnian
2022-11-04 13:14:34 +01:00
parent e221e0156b
commit 8e7bb265af

View File

@@ -47,7 +47,7 @@ export const AuthProvider = ({ children }: { children: any }) => {
},
});
navigate('/');
})
});
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);