pl-fe: Reduce calls to verify_credentials for remote accounts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -102,7 +102,7 @@ const ProfileDropdown: React.FC<IProfileDropdown> = ({ account, children }) => {
|
||||
|
||||
useEffect(() => {
|
||||
fetchOwnAccountThrottled();
|
||||
}, [account, authUsers]);
|
||||
}, [account.id, authUsers]);
|
||||
|
||||
return (
|
||||
<DropdownMenu
|
||||
|
||||
Reference in New Issue
Block a user