From 83c0c6f0efa9123fc3b98b1672e549d7b1c77165 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 28 Jan 2018 01:53:20 -0500 Subject: [PATCH] Fixed the shit oh boy oberto --- googletrendsgame/src/components/activeButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletrendsgame/src/components/activeButton.js b/googletrendsgame/src/components/activeButton.js index 6a6813b..e4577d9 100644 --- a/googletrendsgame/src/components/activeButton.js +++ b/googletrendsgame/src/components/activeButton.js @@ -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( - + ) } else { return(