Skip to content

Commit dea7d64

Browse files
committed
fix: lint
1 parent 8888d4a commit dea7d64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libs/ReportUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4600,7 +4600,6 @@ function getReportPreviewMessage(
46004600

46014601
// Show Paid preview message if it's settled or if the amount is paid & stuck at receivers end for only chat reports.
46024602
if (isSettled(report.reportID) || (report.isWaitingOnBankAccount && isPreviewMessageForParentChatReport)) {
4603-
const formattedReimbursableAmount = convertToDisplayString(reimbursableSpend, report.currency);
46044603
// A settled report preview message can come in three formats "paid ... elsewhere" or "paid ... with Expensify"
46054604
let translatePhraseKey: TranslationPaths = 'iou.paidElsewhere';
46064605
if (isPreviewMessageForParentChatReport) {

0 commit comments

Comments
 (0)