this.filteredOngoingChallenges = this.filteredOngoingChallenges.filter(
        (v, i, a) => this.allTeams.indexOf(v['creator']['id']) > -1
      );