nicolium: someone should invent compiling code before commiting it and pushing to git
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -21,7 +21,7 @@ const useFamiliarFollowers = (accountId: string) => {
|
||||
for (const account of accounts) {
|
||||
queryClient.setQueryData(['accounts', account.id], account);
|
||||
}
|
||||
result.accounts.map(({ id }) => id);
|
||||
accounts.map(({ id }) => id);
|
||||
}),
|
||||
enabled: isLoggedIn && features.familiarFollowers,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user