aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
diff options
context:
space:
mode:
authorArne Schauf <git@asw.io>2018-03-04 03:38:27 +0100
committerArne Schauf <git@asw.io>2018-03-04 03:38:27 +0100
commit7ecc0e2cdb99fc70a4198c323ee555ae5801a0cf (patch)
tree3215d76bc42794cd877c3b19c61e8db0c34d4c3e /src/pages
parentdf5a54c7b1f862c3425d7aa30e0a8b964e7b9716 (diff)
downloadparry-ui-7ecc0e2cdb99fc70a4198c323ee555ae5801a0cf.tar.gz
parry-ui-7ecc0e2cdb99fc70a4198c323ee555ae5801a0cf.zip
fix voting stuff
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/UploadDetail.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/UploadDetail.vue b/src/pages/UploadDetail.vue
index 9b6f73a..86abcec 100644
--- a/src/pages/UploadDetail.vue
+++ b/src/pages/UploadDetail.vue
@@ -51,7 +51,7 @@
:name="(comment.author || {}).username"
:text="comment.body.split('\n').filter(el => el.trim() !== '')"
:stamp="$moment(comment.createdAt).format('LLLL')" />
- <comment-voter :comment="comment"></comment-voter>
+ <comment-voter @voted="loadComments" :comment="comment"></comment-voter>
</div>
<div>
<q-input