summaryrefslogtreecommitdiff
path: root/src/web/app/desktop/views/components/post-detail.sub.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/desktop/views/components/post-detail.sub.vue')
-rw-r--r--src/web/app/desktop/views/components/post-detail.sub.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/views/components/post-detail.sub.vue b/src/web/app/desktop/views/components/post-detail.sub.vue
index 322e1a173a..c35a07d7ca 100644
--- a/src/web/app/desktop/views/components/post-detail.sub.vue
+++ b/src/web/app/desktop/views/components/post-detail.sub.vue
@@ -18,7 +18,7 @@
<div class="body">
<mk-post-html v-if="post.ast" :ast="post.ast" :i="os.i" :class="$style.text"/>
<div class="media" v-if="post.media">
- <mk-media-list :mediaList="post.media"/>
+ <mk-media-list :media-list="post.media"/>
</div>
</div>
</div>