fix(sunset): don't show banner after rollout
This commit is contained in:
@@ -56,10 +56,7 @@ export default {
|
||||
return (this.$route.fullPath.indexOf('/faq')) !== -1;
|
||||
},
|
||||
showChatWarning () {
|
||||
if (this.$route.fullPath.indexOf('/groups') !== -1) return true;
|
||||
if (this.$route.fullPath.indexOf('/tavern-and-guilds') !== -1) return false;
|
||||
if (this.$route.fullPath.indexOf('/tavern') !== -1) return true;
|
||||
return this.faqPage;
|
||||
return false;
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user