mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: hook dependencies
This commit is contained in:
parent
ffd3e37b48
commit
56fabb2881
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export function SettingsAccount() {
|
|||
updateUserDetails(response);
|
||||
}
|
||||
});
|
||||
}, []);
|
||||
}, [fetchUserDetails, updateUserDetails]);
|
||||
|
||||
const visibilityOptions = [
|
||||
{ value: "PUBLIC", label: t("public") },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue