Skip to content

Commit 320e8e2

Browse files
authored
Merge pull request #60629 from callstack-internal/VickyStash/bugfix/60533-fix-cards-page-loading
Fix company cards page loading
2 parents f48ee32 + 52e0345 commit 320e8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useCardFeeds.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const useCardFeeds = (policyID: string | undefined): [CardFeeds | undefined, Res
5858

5959
return acc;
6060
},
61-
{settings: {companyCards, companyCardNicknames, oAuthAccountDetails}},
61+
{settings: {companyCards, companyCardNicknames, oAuthAccountDetails}, isLoading: !defaultFeed || defaultFeed?.isLoading},
6262
);
6363
}, [allFeeds, policyID, workspaceAccountID]);
6464

0 commit comments

Comments
 (0)