pl-fe: Reduce calls to verify_credentials for remote accounts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
912267724d
commit
419877adcc
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ const ProfileDropdown: React.FC<IProfileDropdown> = ({ account, children }) => {
|
|||
|
||||
useEffect(() => {
|
||||
fetchOwnAccountThrottled();
|
||||
}, [account, authUsers]);
|
||||
}, [account.id, authUsers]);
|
||||
|
||||
return (
|
||||
<DropdownMenu
|
||||
|
|
Loading…
Reference in a new issue