diff --git a/packages/pl-fe/src/features/ui/components/profile-dropdown.tsx b/packages/pl-fe/src/features/ui/components/profile-dropdown.tsx index 82a42b9d7..7ac72b41b 100644 --- a/packages/pl-fe/src/features/ui/components/profile-dropdown.tsx +++ b/packages/pl-fe/src/features/ui/components/profile-dropdown.tsx @@ -102,7 +102,7 @@ const ProfileDropdown: React.FC = ({ account, children }) => { useEffect(() => { fetchOwnAccountThrottled(); - }, [account, authUsers]); + }, [account.id, authUsers]); return (