Skip to content

Commit

Permalink
chore: fixed buy dev card
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Oct 18, 2023
1 parent 432c923 commit a4a4d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object LeftTabComponent:
className := "game-view-button buy-development-card-button",
"Buy Dev. Card",
onClick --> { _ => clickHandler.onBuyDevelopmentCardClick() },
disabled <-- gameViewModel.canBuyDevelopment
disabled <-- gameViewModel.canBuyDevelopment.map(!_)
),
button(
className := "game-view-button end-turn-button",
Expand Down

0 comments on commit a4a4d20

Please sign in to comment.