summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components/note-preview.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-08 10:36:26 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-08 10:36:26 +0900
commit596f92cfccdc3f7877ac16e5ddfb3dc489eb5fc2 (patch)
tree7e2262ec1da66fd28676bdd9f21e05ff03281ae7 /src/client/app/mobile/views/components/note-preview.vue
parentAdd comment (diff)
downloadmisskey-596f92cfccdc3f7877ac16e5ddfb3dc489eb5fc2.tar.gz
misskey-596f92cfccdc3f7877ac16e5ddfb3dc489eb5fc2.tar.bz2
misskey-596f92cfccdc3f7877ac16e5ddfb3dc489eb5fc2.zip
[Client] Improve cw-button
Diffstat (limited to 'src/client/app/mobile/views/components/note-preview.vue')
-rw-r--r--src/client/app/mobile/views/components/note-preview.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/note-preview.vue b/src/client/app/mobile/views/components/note-preview.vue
index 525f54998e..448d9bc592 100644
--- a/src/client/app/mobile/views/components/note-preview.vue
+++ b/src/client/app/mobile/views/components/note-preview.vue
@@ -6,7 +6,7 @@
<div class="body">
<p v-if="note.cw != null" class="cw">
<span class="text" v-if="note.cw != ''">{{ note.cw }}</span>
- <mk-cw-button v-model="showContent"/>
+ <mk-cw-button v-model="showContent" :note="note"/>
</p>
<div class="content" v-show="note.cw == null || showContent">
<mk-sub-note-content class="text" :note="note"/>