Skip to content

Commit

Permalink
fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 9, 2024
1 parent 4eac3ca commit 3174e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/relay.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val ui = lila.relay.ui.RelayUi(helpers)(
views.board.explorerAndCevalConfig
)
val tour = lila.relay.ui.RelayTourUi(helpers, ui)
val form = lila.relay.ui.FormUi(helpers, ui, tour)
val form = lila.relay.ui.RelayFormUi(helpers, ui, tour)

def show(
rt: WithTourAndStudy,
Expand Down

0 comments on commit 3174e81

Please sign in to comment.