Skip to content
Snippets Groups Projects

Hide drawing tools

Merged H9031 requested to merge hide-drawtools into development
3 files
+ 10
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -178,6 +178,7 @@ export default class GameView extends React.Component {
@@ -178,6 +178,7 @@ export default class GameView extends React.Component {
mapUrl={this.state.mapUrl}
mapUrl={this.state.mapUrl}
currentGameId={this.state.gameInfo.id}
currentGameId={this.state.gameInfo.id}
socketSignal={this.state.socketSignal}
socketSignal={this.state.socketSignal}
 
role={this.state.role}
/>
/>
{this.state.form === "edit" && (
{this.state.form === "edit" && (
<EditGameForm
<EditGameForm
Loading