diff --git a/app/assets/javascripts/components/player.js.jsx b/app/assets/javascripts/components/player.js.jsx index fd090611..b466f9a9 100644 --- a/app/assets/javascripts/components/player.js.jsx +++ b/app/assets/javascripts/components/player.js.jsx @@ -14,7 +14,7 @@ var Player = React.createClass({ : null } {/* Show player controls if player is owned by current_user */} - {(this.props.user_id == this.props.game.current_user_id) && (this.props.game.is_started == true) + {(this.props.soft_token == this.props.game.current_user_soft_token) && (this.props.game.is_started == true) ? (