diff --git a/packages/sdk-react/src/components/receivables/InvoiceDetails/CreateReceivable/sections/components/InvoicePreview.tsx b/packages/sdk-react/src/components/receivables/InvoiceDetails/CreateReceivable/sections/components/InvoicePreview.tsx index 6a5679fff..307d78433 100644 --- a/packages/sdk-react/src/components/receivables/InvoiceDetails/CreateReceivable/sections/components/InvoicePreview.tsx +++ b/packages/sdk-react/src/components/receivables/InvoiceDetails/CreateReceivable/sections/components/InvoicePreview.tsx @@ -335,7 +335,7 @@ export const InvoicePreview = ({ {currency && - formatCurrencyToDisplay(tax.totalTax, currency, false)} + formatCurrencyToDisplay(tax.totalTax, currency, true)} ))} @@ -344,10 +344,7 @@ export const InvoicePreview = ({ {t(i18n)`Total`} - - {totalPrice?.toString()} - {currency} - + {totalPrice?.toString()}