{formatNumber(tournament, round)}
{t('rounds.date', { date: new Date(round.created_at) })}
</p>
- {!hasAssignedGroups(tournament) ? <>
- <p className="seed">
- {round.code && round.code.length ?
- <>
- <SeedCode code={round.code} game={round.game || 'alttpr'} />
- <br />
- </>
- : null}
+ <p className="seed">
+ {round.code && round.code.length ?
+ <>
+ <SeedCode code={round.code} game={round.game || 'alttpr'} />
+ <br />
+ </>
+ : null}
+ {!hasAssignedGroups(tournament) ?
<SeedButton
round={round}
tournament={tournament}
/>
- {' '}
- <SeedRolledBy round={round} />
- </p>
- {mayReportResult(user, tournament) ?
- <p className="report">
- <ReportButton
- round={round}
- tournament={tournament}
- user={user}
- />
- </p>
: null}
- </> : null}
+ {' '}
+ <SeedRolledBy round={round} />
+ </p>
+ {!hasAssignedGroups(tournament) && mayReportResult(user, tournament) ?
+ <p className="report">
+ <ReportButton
+ round={round}
+ tournament={tournament}
+ user={user}
+ />
+ </p>
+ : null}
<div className="bottom-half">
{!hasFixedRunners(tournament) && round.results && round.results.length ?
<p>