Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Nov 28, 2023
1 parent 63c40d5 commit ad6fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ function getTransactionReportName(reportAction: OnyxEntry<ReportAction>): string

const transaction = TransactionUtils.getLinkedTransaction(reportAction);
if (!isNotEmptyObject(transaction)) {
// Transaction data might be empty on app's first load, if so we fallback to parent report action's message
// Transaction data might be empty on app's first load, if so we fallback to Request
return Localize.translateLocal('iou.request');
}
if (TransactionUtils.hasReceipt(transaction) && TransactionUtils.isReceiptBeingScanned(transaction)) {
Expand Down

0 comments on commit ad6fb76

Please sign in to comment.