feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint
This commit is contained in:
@@ -43,7 +43,7 @@ export function JobCloseRoGuardProfit({ job, warningCallback }) {
|
||||
<Card title={t("jobs.labels.accountsreceivable")} style={{ height: "100%" }}>
|
||||
<DataLabel label={t("payments.labels.totalpayments")}>{total.toFormat()}</DataLabel>
|
||||
<DataLabel
|
||||
valueStyle={{ color: balance.getAmount() !== 0 ? "red" : "green" }}
|
||||
styles={{ value: { color: balance.getAmount() !== 0 ? "red" : "green" } }}
|
||||
label={t("payments.labels.balance")}
|
||||
>
|
||||
{balance.toFormat()}
|
||||
|
||||
Reference in New Issue
Block a user