Feat: Ajout stats athlètes

This commit is contained in:
Amaël Kesteman
2026-01-08 11:22:04 +01:00
parent 0a5d7bccd5
commit fa70da8f25
4 changed files with 120 additions and 18 deletions

View File

@@ -89,7 +89,7 @@ import { unescapeLeadingUnderscores } from "typescript";
{value==="athletes" && (
<div className="edt_athletes_panel">
<h3>Liste des athlètes</h3>
<AthleteList athletes={allAthletes} />
<AthleteList athletes={allAthletes} sessions={allSessions} />
</div>
)}