Fix oversight component mistake

This commit is contained in:
Montana
2019-01-25 16:02:35 -05:00
parent 2b27d27c18
commit a116f891a4
2 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,8 @@ const dodid = {
data: function() {
return {
invite: this.initialInvite,
ko_invite: this.initialInvite,
so_invite: this.initialInvite
}
},
}