summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortakonomura <takonomura@users.noreply.github.com>2021-01-02 23:08:16 +0900
committerGitHub <noreply@github.com>2021-01-02 23:08:16 +0900
commit761071e1ce69584f8058e4ea692de04e66e16aed (patch)
treeb37c4092c5d61ba65df23fc775d1b3f24cc50381 /src
parenthpml refactoring (#7047) (diff)
downloadsharkey-761071e1ce69584f8058e4ea692de04e66e16aed.tar.gz
sharkey-761071e1ce69584f8058e4ea692de04e66e16aed.tar.bz2
sharkey-761071e1ce69584f8058e4ea692de04e66e16aed.zip
チャンネルページから別チャンネルページに移動時にタイムラインが切り替わらないのを修正 (#7050)
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/channel.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/channel.vue b/src/client/pages/channel.vue
index dfffa8f45e..93044f4ab4 100644
--- a/src/client/pages/channel.vue
+++ b/src/client/pages/channel.vue
@@ -22,7 +22,7 @@
<XPostForm :channel="channel" class="post-form _content _panel _vMargin" fixed v-if="$i"/>
- <XTimeline class="_content _vMargin _noGap_" src="channel" :channel="channelId" @before="before" @after="after"/>
+ <XTimeline class="_content _vMargin _noGap_" src="channel" :key="channelId" :channel="channelId" @before="before" @after="after"/>
</div>
</template>