Skip to content

Commit fabe67e

Browse files
committed
fix ABC table
1 parent 40f5a26 commit fabe67e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

atcoder-problems-frontend/src/pages/TablePage/AtCoderRegularTable.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ const getProblemHeaderAlphabet = (problem: MergedProblem, contest: Contest) => {
4444
) {
4545
return "H/Ex";
4646
}
47+
if (problem.problem_index === "Ex") {
48+
return "H/Ex";
49+
}
4750
return problem.problem_index;
4851
};
4952

0 commit comments

Comments
 (0)