Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrocolic committed Sep 26, 2024
1 parent 6cd16ab commit 83cee89
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ export const InvoiceDetailsTableFooter = memo(
style: 'percent',
}),
amount: intlFormatNumber(
deserializeAmount(appliedTax.taxableBaseAmountCents || 0, currency),
deserializeAmount(
appliedTax.taxableBaseAmountCents || 0,
currency,
),
{
currencyDisplay: 'symbol',
currency,
Expand Down

0 comments on commit 83cee89

Please sign in to comment.