diff --git a/src/shared/components/challenge-detail/Specification/index.jsx b/src/shared/components/challenge-detail/Specification/index.jsx index 6b7795db73..bb2b7b7817 100644 --- a/src/shared/components/challenge-detail/Specification/index.jsx +++ b/src/shared/components/challenge-detail/Specification/index.jsx @@ -84,7 +84,7 @@ export default function ChallengeDetailsView(props) { let isWipro = false; const wiproCommunity = communitiesList.find(x => x.communityId === 'wipro'); if (wiproCommunity && groups) { - isWipro = wiproCommunity.groupIds.some(id => groups[id]); + isWipro = wiproCommunity.groupIds.some(id => groups.includes(id)); } let accentedStyle = '';