chore: fix
This commit is contained in:
@@ -63,7 +63,7 @@ export default function ProfilePage() {
|
||||
}
|
||||
setLoadingProfile(false);
|
||||
});
|
||||
}, [navigate]); // eslint-disable-line react-hooks/exhaustive-deps
|
||||
}, [navigate]);
|
||||
|
||||
const showSuccess = (msg: string) => {
|
||||
setSuccessMsg(msg);
|
||||
|
||||
Reference in New Issue
Block a user