deleted redundant pages

This commit is contained in:
Khalim Conn-Kowlessar 2026-04-11 07:51:01 +00:00
parent 1989f07c4b
commit 64fb930ead

View file

@ -454,7 +454,7 @@ export default function CompletionTrendsChart({
dataKey={isStacked ? "_total" : cat}
position="top"
style={{ fontSize: 10, fill: "#6b7280", fontWeight: 500 }}
formatter={(v: unknown) => (v === 0 ? "" : v)}
formatter={(v: unknown) => (v === 0 ? "" : String(v))}
/>
)}
</Bar>