Temporary Demo Fixes

This commit is contained in:
Patrick Fic
2021-01-12 16:16:54 -08:00
parent 3c36166767
commit 610292ff56
5 changed files with 16 additions and 5 deletions

View File

@@ -91,7 +91,9 @@ export default function ProductionSubletsManageComponent({ subletJobLines }) {
placement="bottom"
title={t("production.labels.sublets")}
>
<span>{`${subletCount.outstanding} / ${subletCount.total} rem.`}</span>
<span
style={{ color: subletCount.outstanding > 0 ? "tomato" : "" }}
>{`${subletCount.outstanding} / ${subletCount.total} rem.`}</span>
</Popover>
);
}