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(() => {