Skip to content

Commit

Permalink
dont show link previews in votes panel
Browse files Browse the repository at this point in the history
  • Loading branch information
robguthrie committed May 3, 2024
1 parent d4c25a3 commit 2cffef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vue/src/components/poll/common/votes_panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export default {
.poll-common-stance(v-if="poll.showResults() && stance.castAt")
poll-common-stance-choices(:stance='stance')
formatted-text.poll-common-stance-created__reason(:model="stance" column="reason")
link-previews(:model="stance")
attachment-list(:attachments="stance.attachments")
loading(v-if="loader.loading")
v-pagination(v-model="page", :length="totalPages", :disabled="totalPages == 1")
Expand Down

0 comments on commit 2cffef9

Please sign in to comment.