From d4eb1def61ba1cf465fcaa528aaa600cac180f1d Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Feb 2023 14:59:11 +0900 Subject: fix(client): MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #9904 --- packages/frontend/src/pages/timeline.vue | 6 ++++-- packages/frontend/src/ui/deck/channel-column.vue | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/pages/timeline.vue b/packages/frontend/src/pages/timeline.vue index a071361150..f9ad609f56 100644 --- a/packages/frontend/src/pages/timeline.vue +++ b/packages/frontend/src/pages/timeline.vue @@ -23,6 +23,7 @@