} else if (this.router.url.split('/')[2] === 'participated') {
          this.tabHighlight = 'participatedChallenges';
          this.globalService.changeTabActiveStatus('participatedChallenges');
        } else if (this.router.url.split('/')[2] === 'all') {
          this.tabHighlight = 'allChallenges';