Skip to content

Commit

Permalink
Update SettlementButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhenry committed Jun 4, 2024
1 parent 9f9f8c1 commit a6be971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SettlementButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ function SettlementButton({
value: CONST.IOU.REPORT_ACTION_TYPE.APPROVE,
disabled: !!shouldDisableApproveButton,
};
const canUseWallet = !isExpenseReport && !isInvoiceReport && currency === CONST.CURRENCY.USD;

// Only show the Approve button if the user cannot pay the expense
if (shouldHidePaymentOptions && shouldShowApproveButton) {
Expand Down

0 comments on commit a6be971

Please sign in to comment.