var PlayerControls = React.createClass({ render: function() { return (
Game Id: {this.props.game_id}
); } });