Skip to content

Commit

Permalink
get back an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Nov 22, 2024
1 parent d998746 commit 4443881
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function WorkspaceExpensifyCardPage({route}: WorkspaceExpensifyCardPageProps) {

const paymentBankAccountID = cardSettings?.paymentBankAccountID ?? 0;
const isLoading = !isOffline && (!cardSettings || (cardSettings.isLoading && !cardsList));

return (
<AccessOrNotFoundWrapper
accessVariants={[CONST.POLICY.ACCESS_VARIANTS.ADMIN, CONST.POLICY.ACCESS_VARIANTS.PAID]}
Expand Down

0 comments on commit 4443881

Please sign in to comment.