mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
fix: hook dependencies
This commit is contained in:
parent
ffd3e37b48
commit
56fabb2881
@ -56,7 +56,7 @@ export function SettingsAccount() {
|
|||||||
updateUserDetails(response);
|
updateUserDetails(response);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, []);
|
}, [fetchUserDetails, updateUserDetails]);
|
||||||
|
|
||||||
const visibilityOptions = [
|
const visibilityOptions = [
|
||||||
{ value: "PUBLIC", label: t("public") },
|
{ value: "PUBLIC", label: t("public") },
|
||||||
|
Loading…
Reference in New Issue
Block a user