diff --git a/src/components/MoneyRequestConfirmationListFooter.tsx b/src/components/MoneyRequestConfirmationListFooter.tsx index f739bc321d8a..48190fb3c759 100644 --- a/src/components/MoneyRequestConfirmationListFooter.tsx +++ b/src/components/MoneyRequestConfirmationListFooter.tsx @@ -255,7 +255,7 @@ function MoneyRequestConfirmationListFooter({ const shouldShowBillable = policy?.disabledFields?.defaultBillable === false; // Do not hide fields in case of paying someone const shouldShowAllFields = !!isDistanceRequest || shouldExpandFields || !shouldShowSmartScanFields || isTypeSend || !!isEditingSplitBill; - // Calculate the formatted tax amount based on the transaction's tax amount returned from getTaxAmount and the IOU currency code + // Calculate the formatted tax amount based on the transaction's tax amount and the IOU currency code const taxAmount = TransactionUtils.getTaxAmount(transaction, false); const formattedTaxAmount = CurrencyUtils.convertToDisplayString(taxAmount, iouCurrencyCode); // Get the tax rate title based on the policy and transaction