Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user