diff --git a/src/hooks/useCardFeeds.tsx b/src/hooks/useCardFeeds.tsx index 53871e9a4739..76b661bbec3e 100644 --- a/src/hooks/useCardFeeds.tsx +++ b/src/hooks/useCardFeeds.tsx @@ -58,7 +58,7 @@ const useCardFeeds = (policyID: string | undefined): [CardFeeds | undefined, Res return acc; }, - {settings: {companyCards, companyCardNicknames, oAuthAccountDetails}}, + {settings: {companyCards, companyCardNicknames, oAuthAccountDetails}, isLoading: !defaultFeed || defaultFeed?.isLoading}, ); }, [allFeeds, policyID, workspaceAccountID]);