We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e356aae commit 12c9ab8Copy full SHA for 12c9ab8
app/views/userTournament/created.scala
@@ -47,7 +47,7 @@ object created {
47
views.html.tournament.finishedPaginator.header(t),
48
td(momentFromNow(t.startsAt)),
49
td(cls := "winner")(
50
- userIdLink(t.winnerId, withOnline = false)
+ t.winnerId.isDefined option userIdLink(t.winnerId, withOnline = false)
51
),
52
td(cls := "text", dataIcon := "r")(t.nbPlayers.localize)
53
)
0 commit comments