Chore: Update copy on Signup page (#1023)

This commit is contained in:
Pranav Raj S
2020-07-09 16:28:09 +05:30
committed by GitHub
parent 3593a84f26
commit 929575f11a
3 changed files with 14 additions and 2 deletions

View File

@@ -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);
},