{/* Show player controls if player is owned by current_user */} {(this.props.soft_token == this.props.game.current_user_soft_token) && (this.props.game.is_started == true) ? ( ) :