From da62f36075351c799776e7c1eaba9bb5a80eef0b Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Sun, 26 Feb 2023 21:30:02 -0800 Subject: [PATCH] [tok] still show the community tab if just team is enabled --- components/Header.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Header.vue b/components/Header.vue index f41587beb..dda4a0d60 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -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 : '',