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