mirror of https://github.com/bra1n/townsquare.git
role fix
This commit is contained in:
parent
11d796170c
commit
5b2fb9743b
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
data () {
|
||||
return {
|
||||
role: this.roles.get(this.player.role)
|
||||
role: this.roles.get(this.player.role) || { reminders: [] }
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue