Skip to content

Commit

Permalink
fix: filter submissions by org in AnimatedSubmissionsModal
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Nov 6, 2023
1 parent 81b564e commit 7d89b40
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ const submissions = computed(() => {
continue;
}
if (rank.value.filterTeamByOrg(team)) {
continue;
}
const problem = rank.value.contest.problemsMap.get(problemId);
if (!problem) {
continue;
Expand Down

0 comments on commit 7d89b40

Please sign in to comment.