summaryrefslogtreecommitdiff
path: root/src/client/app/common/views
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-05 08:27:50 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-05 08:27:50 +0900
commitd95b0dee6bfae421c5fc84e415be9f7d445e7f4b (patch)
treeca340fa924f8363504cdc887372cf3471dd76610 /src/client/app/common/views
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-d95b0dee6bfae421c5fc84e415be9f7d445e7f4b.tar.gz
sharkey-d95b0dee6bfae421c5fc84e415be9f7d445e7f4b.tar.bz2
sharkey-d95b0dee6bfae421c5fc84e415be9f7d445e7f4b.zip
Fix #4416
Diffstat (limited to 'src/client/app/common/views')
-rw-r--r--src/client/app/common/views/deck/deck.hashtag-column.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/deck/deck.hashtag-column.vue b/src/client/app/common/views/deck/deck.hashtag-column.vue
index db67df5305..1af1632581 100644
--- a/src/client/app/common/views/deck/deck.hashtag-column.vue
+++ b/src/client/app/common/views/deck/deck.hashtag-column.vue
@@ -6,7 +6,7 @@
<div class="xroyrflcmhhtmlwmyiwpfqiirqokfueb">
<div ref="chart" class="chart"></div>
- <x-hashtag-tl :tag-tl="tagTl" class="tl"/>
+ <x-hashtag-tl :tag-tl="tagTl" class="tl" :key="JSON.stringify(tagTl)"/>
</div>
</x-column>
</template>