{ this.props.players.length > 1
            ? <Button onClick={() => this.props.dispatch(startGame())} block outline context="primary" title="Start Game"/>
            : null }