Skip to content

Commit

Permalink
remove fallback value
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Feb 2, 2024
1 parent a219455 commit eca84a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestView.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function MoneyRequestView({report, parentReport, parentReportActions, policyCate
thumbnail={receiptURIs.thumbnail}
image={receiptURIs.image}
isLocalFile={receiptURIs.isLocalFile}
filename={receiptURIs.filename || transaction.filename}
filename={receiptURIs.filename}
transaction={transaction}
enablePreviewModal
canEditReceipt={canEditReceipt}
Expand Down

0 comments on commit eca84a4

Please sign in to comment.