Skip to content

Commit

Permalink
Show results progress for all rounds with results
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 7, 2024
1 parent 2dc6f55 commit f612310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function AdminRoundListItem({ round, competitionEvent, competitionId }) {
primary={
<>
{round.name}
{roundClearable(round, competitionEvent) && (
{round.numResults > 0 && (
<Typography
component="span"
variant="body2"
Expand Down

0 comments on commit f612310

Please sign in to comment.