mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
fix: hook dependencies
This commit is contained in:
@@ -56,7 +56,7 @@ export function SettingsAccount() {
|
||||
updateUserDetails(response);
|
||||
}
|
||||
});
|
||||
}, []);
|
||||
}, [fetchUserDetails, updateUserDetails]);
|
||||
|
||||
const visibilityOptions = [
|
||||
{ value: "PUBLIC", label: t("public") },
|
||||
|
||||
Reference in New Issue
Block a user