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} />