Skip to content

Commit 18149ea

Browse files
authored
fix: added pie charts for ABC Ex
1 parent c90811e commit 18149ea

File tree

1 file changed

+2
-1
lines changed
  • atcoder-problems-frontend/src/pages/UserPage/PieChartBlock

1 file changed

+2
-1
lines changed

atcoder-problems-frontend/src/pages/UserPage/PieChartBlock/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ const solvedCountForPieChart = (
5353
case "G": {
5454
return 6;
5555
}
56-
case "H": {
56+
case "H":
57+
case "Ex": {
5758
return 7;
5859
}
5960
default: {

0 commit comments

Comments
 (0)