diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-05 08:27:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-05 08:27:50 +0900 |
| commit | d95b0dee6bfae421c5fc84e415be9f7d445e7f4b (patch) | |
| tree | ca340fa924f8363504cdc887372cf3471dd76610 /src/client/app/common/views/deck | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-d95b0dee6bfae421c5fc84e415be9f7d445e7f4b.tar.gz sharkey-d95b0dee6bfae421c5fc84e415be9f7d445e7f4b.tar.bz2 sharkey-d95b0dee6bfae421c5fc84e415be9f7d445e7f4b.zip | |
Fix #4416
Diffstat (limited to 'src/client/app/common/views/deck')
| -rw-r--r-- | src/client/app/common/views/deck/deck.hashtag-column.vue | 2 |
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> |