From 8887a464c7e1dc40e10e23221c289625632f22f7 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Wed, 10 Jul 2024 11:48:09 +0800 Subject: [PATCH] prettier --- src/components/ReportActionItem/ReportPreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ReportActionItem/ReportPreview.tsx b/src/components/ReportActionItem/ReportPreview.tsx index 3e0111a3e63e..a435a5723670 100644 --- a/src/components/ReportActionItem/ReportPreview.tsx +++ b/src/components/ReportActionItem/ReportPreview.tsx @@ -214,7 +214,7 @@ function ReportPreview({ } return CurrencyUtils.convertToDisplayString(reimbursableSpend, iouReport?.currency); - } + }; const getDisplayAmount = (): string => { if (totalDisplaySpend) {