From 6db0947454203e78a37d3cfbac7f9b380472e2bd Mon Sep 17 00:00:00 2001 From: swtmply Date: Sat, 5 Aug 2023 12:01:49 +0800 Subject: [PATCH] IO-2327 tax assertion --- .../bill-form/bill-form.component.jsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/client/src/components/bill-form/bill-form.component.jsx b/client/src/components/bill-form/bill-form.component.jsx index a775efee9..d80b435e9 100644 --- a/client/src/components/bill-form/bill-form.component.jsx +++ b/client/src/components/bill-form/bill-form.component.jsx @@ -380,17 +380,29 @@ export function BillFormComponent({ /> ( + + {totals.federalTax.toFormat()} + + )} precision={2} /> ( + + {totals.stateTax.toFormat()} + + )} precision={2} /> ( + + {totals.localTax.toFormat()} + + )} precision={2} />