Skip to content

Commit

Permalink
Update src/main/scala/scatan/views/game/components/StealCardPopup.scala
Browse files Browse the repository at this point in the history
Co-authored-by: manuandru <[email protected]>
  • Loading branch information
alemazzo and manuandru authored Oct 11, 2023
1 parent cf4b0e8 commit 305978e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object StealCardPopup:

def show(): Unit = toBeShown.writer.onNext(true)

def userSelectionPopup(): DisplayableSource[ReactiveHtmlElement.Base] =
def userSelectionPopup(): DisplayableSource[Element] =
val options: Signal[Seq[ScatanPlayer]] = reactiveState.map(_.game match
case Some(game) =>
game.players
Expand Down

0 comments on commit 305978e

Please sign in to comment.