Round 'Was' value in audit modal to 2 decimal places
Build and push image / build (push) Successful in 48s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 01:31:19 -04:00
parent 69ffc5ed26
commit c91fa1a192
+1 -1
View File
@@ -272,7 +272,7 @@ export function AuditFlow({
<div>
<div className="smallcaps" style={{ color: "var(--ink-3)" }}>Was</div>
<div className="serif" style={{ fontSize: 22 }}>
{prevValue} {cfg?.unit}
{item.kind === "discrete" ? prevValue : prevValue.toFixed(2)} {cfg?.unit}
</div>
</div>
<div>