Fix poll crash

This commit is contained in:
shpuld 2019-06-09 22:41:39 +03:00
parent 1a989d0661
commit 6bc1d10ae9
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ const PostStatusForm = {
}
}
const poll = this.pollFormVisible ? this.poll : {}
const poll = this.pollFormVisible ? this.newStatus.poll : {}
this.posting = true
statusPoster.postStatus({