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:
nicole mikołajczyk
2026-02-26 12:57:49 +01:00
parent b78ecbec54
commit 25f1375469

View File

@ -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,
});