IO-1695 Add validation to time ticket window for clock times.

This commit is contained in:
Patrick Fic
2022-02-04 09:29:37 -08:00
parent 6d3fc783d6
commit 7f15e9ef7a
6 changed files with 84 additions and 3 deletions

View File

@@ -421,7 +421,7 @@ export function BillEnterModalLinesComponent({
</Form.Item>
{price &&
adjustmentRate &&
`${(price / adjustmentRate).toFixed(2)} hrs`}
`${(price / adjustmentRate).toFixed(1)} hrs`}
</div>
);
return <></>;