Fixing Item Cards to recycle.
This commit is contained in:
@@ -87,6 +87,7 @@ function handleMessage(evt) {
|
||||
store.dispatch(startOrJoinGame({ type: 'join-game',
|
||||
playerName: 'Player ' + data.games.games[0].colors[0],
|
||||
checkedColor: data.games.games[0].colors[0],
|
||||
gameId: data.games.games[0].id,
|
||||
gameName: data.games.games[0].name }));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user