Update ChannelItem.vue

This commit is contained in:
Muhsin
2026-06-02 21:26:15 +04:00
parent 962b6902e7
commit 74339ff981
@@ -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(() => {