0
0
Fork 0

Use correct game code rather than "undefined"

This commit is contained in:
Oliver-Akins 2021-01-01 20:17:41 -07:00
parent 4a9d5cb533
commit db464aa808

View file

@ -64,7 +64,7 @@ export default {
return;
};
history.replaceState(null, ``, `?game=${data.game_code}`);
history.replaceState(null, ``, `?game=${this.game_code}`);
// Save the data in the store
this.$store.commit(`playerList`, data.players);