1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Triple it up

This commit is contained in:
Daniel Barber 2018-12-04 13:13:31 -05:00
parent a56c805a6a
commit 35a4817cd3
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -50,7 +50,7 @@ class Channel {
}
updateGame(data) {
if (data.player != undefined) {
if (data.player !== undefined) {
this.store.dispatch(setUserId(data.user_id));
this.store.dispatch(setPlayers(data));
}