chore: build

This commit is contained in:
2026-06-19 19:42:37 +02:00
parent f576db7cdd
commit 1d0e396776
8 changed files with 177 additions and 7 deletions
@@ -290,7 +290,7 @@ function ConsultationHistorique() {
<p
className={`stat-value ${penaltyCount >= 3 ? "value-danger" : penaltyCount > 0 ? "value-warning" : ""}`}
>
{penaltyCount}
{penaltyCount}
</p>
<p className="stat-label">Score amendes</p>
</div>