spelling: amount

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 01:36:36 -04:00
parent 56cc1da034
commit d5799bf720
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export function BillDetailTableFooter() {
<BillTotalLines labelColWidth={'180px'} amountColWidth={'180px'}>
<TotalLine
title={<T id={'bill.details.subtotal'} />}
value={<FormatNumber value={bill.amont} />}
value={<FormatNumber value={bill.amount} />}
borderStyle={TotalLineBorderStyle.SingleDark}
/>
<TotalLine

View File

@@ -146,7 +146,7 @@ export const handlePreviousYearPercentageCheckboxChange = R.curry(
);
/**
* Handles previous period change amout checkbox change.
* Handles previous period change amount checkbox change.
*/
export const handlePreviousPeriodChangeCheckboxChange = R.curry(
(form, event) => {