Browse Source

Fixed not showing word bug

master
Unknown 6 years ago
parent
commit
b911d080fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      googletrendsgame/src/components/GameScreen.js

+ 1
- 1
googletrendsgame/src/components/GameScreen.js View File

@ -30,7 +30,7 @@ export default class GameScreen extends Component{
return(
<div>
<h1>Round: {this.props.gameData.round}</h1>
<h1>Current Word: {this.props.gameData.currentWord}</h1>
<UserList gameDataPassed={this.props.gameData} />
<WordInput active='true' socket={this.props.socket} />
</div>

Loading…
Cancel
Save