File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/ReportActionItem Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ function ReportPreview({
404
404
405
405
const bankAccountRoute = getBankAccountRoute ( chatReport ) ;
406
406
407
- const shouldShowSettlementButton = ( shouldShowPayButton || shouldShowApproveButton ) && ! showRTERViolationMessage && ! shouldShowBrokenConnectionViolation ;
407
+ const shouldShowSettlementButton = ! shouldShowSubmitButton && ( shouldShowPayButton || shouldShowApproveButton ) && ! showRTERViolationMessage && ! shouldShowBrokenConnectionViolation ;
408
408
409
409
const shouldPromptUserToAddBankAccount = ( hasMissingPaymentMethod ( userWallet , iouReportID ) || hasMissingInvoiceBankAccount ( iouReportID ) ) && ! isSettled ( iouReportID ) ;
410
410
const shouldShowRBR = hasErrors && ! iouSettled ;
You can’t perform that action at this time.
0 commit comments