Merge remote-tracking branch 'origin/main'

This commit is contained in:
tuanvu
2026-01-08 11:27:25 +01:00
16 changed files with 165 additions and 30 deletions

View File

@@ -91,7 +91,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>
)}