add a semicolone
This commit is contained in:
@@ -47,7 +47,7 @@ export const AuthProvider = ({ children }: { children: any }) => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
navigate('/');
|
navigate('/');
|
||||||
})
|
});
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user