diff --git a/app/javascript/dashboard/components/widgets/ChannelItem.vue b/app/javascript/dashboard/components/widgets/ChannelItem.vue index bd4636fd8..52f4aff52 100644 --- a/app/javascript/dashboard/components/widgets/ChannelItem.vue +++ b/app/javascript/dashboard/components/widgets/ChannelItem.vue @@ -54,7 +54,7 @@ export default { return this.enabledFeatures.channel_facebook; } if (channel === 'twitter') { - return this.enabledFeatures.channel_facebook; + return this.enabledFeatures.channel_twitter; } return ['website', 'twilio'].includes(channel); }, diff --git a/app/javascript/dashboard/routes/auth/Signup.vue b/app/javascript/dashboard/routes/auth/Signup.vue index 8e7047e5a..7ca18e6df 100644 --- a/app/javascript/dashboard/routes/auth/Signup.vue +++ b/app/javascript/dashboard/routes/auth/Signup.vue @@ -13,7 +13,7 @@