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