antododo / tictactoeTuto

2 stars 1 forks source link

The bet amount is not behaving properly #20

Open dabana opened 6 years ago

dabana commented 6 years ago

The second time you click on the Buy-In button, the bet amount is still zéro. You need to click a second time to make it 6 ETH...

dabana commented 6 years ago

To fix: put this.setstate({isGameStarted: true}) in a callback at the end of the BuyIn() method