From 25f1375469b8e1a00ec1821ea6e55351dc03b02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 26 Feb 2026 12:57:49 +0100 Subject: [PATCH] nicolium: someone should invent compiling code before commiting it and pushing to git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/queries/accounts/use-familiar-followers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-fe/src/queries/accounts/use-familiar-followers.ts b/packages/pl-fe/src/queries/accounts/use-familiar-followers.ts index 1b7fba7c8..ad584322d 100644 --- a/packages/pl-fe/src/queries/accounts/use-familiar-followers.ts +++ b/packages/pl-fe/src/queries/accounts/use-familiar-followers.ts @@ -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, });