IO-938 Prod Sublet Relabeling
This commit is contained in:
@@ -90,9 +90,9 @@ export default function ProductionSubletsManageComponent({ subletJobLines }) {
|
|||||||
placement="bottom"
|
placement="bottom"
|
||||||
title={t("production.labels.sublets")}
|
title={t("production.labels.sublets")}
|
||||||
>
|
>
|
||||||
<span
|
<span style={{ color: subletCount.outstanding > 0 ? "tomato" : "" }}>{`${
|
||||||
style={{ color: subletCount.outstanding > 0 ? "tomato" : "" }}
|
subletCount.total - subletCount.outstanding
|
||||||
>{`${subletCount.outstanding} / ${subletCount.total} rem.`}</span>
|
} / ${subletCount.total}`}</span>
|
||||||
</Popover>
|
</Popover>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user