0
0
Fork 0

Use the provided message and not a hardcoded value

This commit is contained in:
Oliver-Akins 2021-01-05 16:59:52 -07:00
parent f0f3032465
commit 0a24c009ad

View file

@ -95,7 +95,7 @@ export default {
this.handleError(data); this.handleError(data);
} else { } else {
this.alert = { this.alert = {
message: `The game has been ended by the host.`, message: data.message,
type: `info`, type: `info`,
}; };
this.$store.commit(`resetState`); this.$store.commit(`resetState`);