feat(voice): hide WhatsApp Calling settings tab when channel_voice flag is off

Matches the existing voice-configuration tab gating so admins on accounts
without the premium channel_voice entitlement don't see the WhatsApp Calling
configuration tab.
This commit is contained in:
Tanmay Deep Sharma
2026-05-05 18:01:33 +07:00
parent 9aa338da0a
commit c0f1e9237f
@@ -251,7 +251,14 @@ export default {
];
}
if (this.isAWhatsAppCloudChannel && this.isEmbeddedSignupWhatsApp) {
if (
this.isAWhatsAppCloudChannel &&
this.isEmbeddedSignupWhatsApp &&
this.isFeatureEnabledonAccount(
this.accountId,
FEATURE_FLAGS.CHANNEL_VOICE
)
) {
visibleToAllChannelTabs = [
...visibleToAllChannelTabs,
{