Skip to content

Commit f1498d3

Browse files
committed
improves
1 parent 455f151 commit f1498d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/codebattle/assets/js/widgets/pages/groupTournament/GroupTournamentPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function GroupTournamentPage({ tournamentId, tournamentName, tournamentDescripti
107107
<div className="row mt-3 h-100">
108108
<div className="col-lg-3 col-md-3 col-12 p-1 pb-4">
109109
<EvolutionPanel
110-
items={solutionEvolution}
110+
items={data?.runs}
111111
tournamentStatus={status}
112112
runId={runId}
113113
setRunId={setRunId}

0 commit comments

Comments
 (0)