This commit is contained in:
marshal
2026-06-28 21:51:58 +03:00
parent 11c7f1bb74
commit ee11cb0c35

View File

@@ -561,7 +561,7 @@ export default function ContractDetailPage() {
)}
</Box>
<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">
/ {formatRateUnit(item.unit)}
</Text>