Skip to content

Commit

Permalink
Not show receipt scan in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Dec 23, 2024
1 parent f51600b commit d9225c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ReportPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ function ReportPreview({
}
}
if (shouldShowScanningSubtitle) {
return {shouldShow: true, messageIcon: Expensicons.ReceiptScan, messageDescription: translate('iou.receiptScanInProgress')};
return {shouldShow: false, messageIcon: Expensicons.ReceiptScan, messageDescription: translate('iou.receiptScanInProgress')};
}
if (shouldShowPendingSubtitle) {
return {shouldShow: true, messageIcon: Expensicons.CreditCardHourglass, messageDescription: translate('iou.transactionPending')};
Expand Down

0 comments on commit d9225c8

Please sign in to comment.