diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-06-22 14:01:36 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-06-22 14:01:36 +0000 |
| commit | 947f69a9531a7d99e79df3fc05f5e795de717dc6 (patch) | |
| tree | 390f69b8a2d09633b38d570c7b5ce34fee7c1ea7 /src/components/status/status.vue | |
| parent | c2b48c32a260485e3ad623ce66eb6443f600e156 (diff) | |
Fix: problems with polls state
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 821a7a83..440e1957 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -124,7 +124,7 @@ </div> <div v-if="status.poll && status.poll.options"> - <poll :poll-id="status.poll.id" /> + <poll :base-poll="status.poll" /> </div> <div v-if="status.attachments && (!hideSubjectStatus || showingLongSubject)" class="attachments media-body"> |
