diff --git a/src/shared/components/tc-communities/Header/index.jsx b/src/shared/components/tc-communities/Header/index.jsx index ffc2e0862d..c610f947e6 100644 --- a/src/shared/components/tc-communities/Header/index.jsx +++ b/src/shared/components/tc-communities/Header/index.jsx @@ -55,7 +55,7 @@ function Header(props) { const AUTH_URL = config.URL.AUTH; const normalizedProfile = profile && _.clone(profile); const isZurichCompetitor = (profile && profile.groups) ? _.intersection( - _.map(profile.groups, 'id'), + _.map(profile.groups, 'oldId'), meta.competitorsGroupIds, ) : [];