fix: hook dependencies

This commit is contained in:
Zamitto 2025-01-15 17:08:07 -03:00
parent ffd3e37b48
commit 56fabb2881

View File

@ -56,7 +56,7 @@ export function SettingsAccount() {
updateUserDetails(response);
}
});
}, []);
}, [fetchUserDetails, updateUserDetails]);
const visibilityOptions = [
{ value: "PUBLIC", label: t("public") },