diff --git a/src/components/channel/ChannelList.vue b/src/components/channel/ChannelList.vue index 18c4a1afc..45799c157 100644 --- a/src/components/channel/ChannelList.vue +++ b/src/components/channel/ChannelList.vue @@ -50,6 +50,26 @@ {{ group.title }} + + + + {{ + group.hide + ? $t("component.channelList.enableGroupDisplay") + : $t("component.channelList.disableGroupDisplay") + }} + +