From 74339ff98177996332471e90fe0b5b5217a1aeb3 Mon Sep 17 00:00:00 2001 From: Muhsin <12408980+muhsin-k@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:26:15 +0400 Subject: [PATCH] Update ChannelItem.vue --- .../dashboard/components/widgets/ChannelItem.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/ChannelItem.vue b/app/javascript/dashboard/components/widgets/ChannelItem.vue index 42c39ef98..607680201 100644 --- a/app/javascript/dashboard/components/widgets/ChannelItem.vue +++ b/app/javascript/dashboard/components/widgets/ChannelItem.vue @@ -63,12 +63,11 @@ const isActive = computed(() => { window.chatwootConfig.whatsappAppId !== 'none' ); } - + if (key === 'app_store') { return props.enabledFeatures.channel_app_store; } - return [ 'website', 'twilio', @@ -91,7 +90,9 @@ const isComingSoon = computed(() => { }); const isBeta = computed(() => { - return ['tiktok', 'voice', 'whatsapp_call', 'app_store'].includes(props.channel.key); + return ['tiktok', 'voice', 'whatsapp_call', 'app_store'].includes( + props.channel.key + ); }); const hasVoiceBadge = computed(() => {