mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 01:18:18 +00:00
changes
This commit is contained in:
@@ -561,7 +561,7 @@ export default function ContractDetailPage() {
|
|||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
<Text fz={14} fw={700} style={{ color: GREEN }}>
|
<Text fz={14} fw={700} style={{ color: GREEN }}>
|
||||||
{item.unitPrice.toLocaleString()} {pricing.currency}{" "}
|
{(item.unitPrice ?? 0).toLocaleString()} {pricing.currency}{" "}
|
||||||
<Text span fz={12} fw={600} c="dimmed">
|
<Text span fz={12} fw={600} c="dimmed">
|
||||||
/ {formatRateUnit(item.unit)}
|
/ {formatRateUnit(item.unit)}
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user