Browse Source

Fixed the shit

oh boy oberto
master
Unknown 6 years ago
parent
commit
83c0c6f0ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      googletrendsgame/src/components/activeButton.js

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

@ -19,7 +19,7 @@ export default class activeButton extends Component {
case 'createRoom':
if(this.props.capacityInput !== '' && this.props.capacityInput <= 25 && this.props.capacityInput>=2 && this.props.capacityInput.length <= 2){
return(
<button onClick={this.props.goBack}>Create Room</button>
<button>Create Room</button>
)
} else {
return(

Loading…
Cancel
Save