Skip to content

Commit

Permalink
lint!
Browse files Browse the repository at this point in the history
  • Loading branch information
getusha committed Nov 28, 2023
1 parent d5c4dbe commit 30f43e4
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 @@ -1684,7 +1684,7 @@ function getMoneyRequestReportName(report: OnyxEntry<Report>, policy: OnyxEntry<
return `${payerPaidAmountMessage}${Localize.translateLocal('iou.pending')}`;
}

if(report?.reportID && ReportActionsUtils.isReimbursementDeQueuedAction(report.reportID)) {
if (report?.reportID && ReportActionsUtils.isReimbursementDeQueuedAction(report.reportID)) {
return `${payerPaidAmountMessage}${Localize.translateLocal('iou.canceled')}`;
}

Expand Down

0 comments on commit 30f43e4

Please sign in to comment.