Skip to content
Snippets Groups Projects
Unverified Commit 761071e1 authored by takonomura's avatar takonomura Committed by GitHub
Browse files

チャンネルページから別チャンネルページに移動時にタイムラインが切り替わらないのを修正 (#7050)

parent 9e3610d5
No related branches found
Tags 12.67.0
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment