This commit is contained in:
Steffen 2020-04-01 23:05:31 +02:00
parent 11d796170c
commit 5b2fb9743b
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
},
data () {
return {
role: this.roles.get(this.player.role)
role: this.roles.get(this.player.role) || { reminders: [] }
}
},
methods: {