We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8888d4a commit dea7d64Copy full SHA for dea7d64
1 file changed
src/libs/ReportUtils.ts
@@ -4600,7 +4600,6 @@ function getReportPreviewMessage(
4600
4601
// Show Paid preview message if it's settled or if the amount is paid & stuck at receivers end for only chat reports.
4602
if (isSettled(report.reportID) || (report.isWaitingOnBankAccount && isPreviewMessageForParentChatReport)) {
4603
- const formattedReimbursableAmount = convertToDisplayString(reimbursableSpend, report.currency);
4604
// A settled report preview message can come in three formats "paid ... elsewhere" or "paid ... with Expensify"
4605
let translatePhraseKey: TranslationPaths = 'iou.paidElsewhere';
4606
if (isPreviewMessageForParentChatReport) {
0 commit comments