Skip to content

Commit 77e520d

Browse files
authored
Merge pull request #1223 from kenkoooo/fix/frontend
fix ABC table
2 parents 3e187ba + fabe67e commit 77e520d

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)