Skip to content

Commit

Permalink
Updates after merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Nov 27, 2024
1 parent 73c7f90 commit 1785105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function WorkspaceCompanyCardPage({route}: WorkspaceCompanyCardPageProps) {

const policy = PolicyUtils.getPolicy(policyID);

const filteredCardList = CardUtils.getFilteredCardList(cardsList);
const filteredCardList = CardUtils.getFilteredCardList(cardsList, selectedFeed ? cardFeeds?.settings?.oAuthAccountDetails?.[selectedFeed] : undefined);

const companyCards = CardUtils.removeExpensifyCardFromCompanyCards(cardFeeds);
const selectedFeedData = selectedFeed && companyCards[selectedFeed];
Expand Down

0 comments on commit 1785105

Please sign in to comment.