diff --git a/client/src/components/nav.jsx b/client/src/components/nav.jsx index 11cb76ef..d7a352a4 100644 --- a/client/src/components/nav.jsx +++ b/client/src/components/nav.jsx @@ -6,8 +6,6 @@ const actions = require('../actions'); const testGame = process.env.NODE_ENV === 'development' && require('./../test.game'); const testInstance = process.env.NODE_ENV === 'development' && require('./../test.instance'); -console.log('env', process.env.NODE_ENV); - const addState = connect( function receiveState(state) { const { diff --git a/client/src/components/spawn.button.jsx b/client/src/components/spawn.button.jsx index 6c88970d..d32a8bfa 100644 --- a/client/src/components/spawn.button.jsx +++ b/client/src/components/spawn.button.jsx @@ -12,7 +12,7 @@ function SpawnButton({ i }) { function enabledToggle(e) { e.stopPropagation(); - setEnabled(!enabled); + setEnabled(true); } return (