IO-1139 Adjust to 1 decimal.

This commit is contained in:
Patrick Fic
2021-05-21 13:18:57 -07:00
parent 81d5c8f449
commit 6e3453cd90

View File

@@ -228,7 +228,7 @@ const r = ({ technician, state }) => {
(
record.labhrs.aggregate.sum.mod_lb_hrs +
record.larhrs.aggregate.sum.mod_lb_hrs
).toFixed(2),
).toFixed(1),
},
{
title: i18n.t("production.labels.alert"),