[tok] still show the community tab if just team is enabled

This commit is contained in:
Theodore Dubois 2023-02-26 21:30:02 -08:00
parent 7972527c4e
commit da62f36075

View File

@ -239,6 +239,7 @@
|| (this.config.census && this.config.census.enabled)
|| (this.config.inclusive && this.config.inclusive.enabled)
|| (this.config.people && this.config.people.enabled)
|| (this.config.contact && this.config.contact.team && this.config.contact.team.enabled)
) {
const extra = [
this.config.terminology && this.config.terminology.enabled ? '/' + this.config.terminology.route : '',