+ {([
+ ["excellent", overview.scoreDistribution.excellent, "bg-emerald-400/80", "≥90"],
+ ["good", overview.scoreDistribution.good, "bg-cyan-400/80", "75-89"],
+ ["warn", overview.scoreDistribution.warn, "bg-amber-400/80", "60-74"],
+ ["poor", overview.scoreDistribution.poor, "bg-red-400/80", "<60"],
+ ] as const).map(([k, v, c]) => (
+ v > 0 &&
+ ))}
+