Skip to content

Commit bb8161c

Browse files
authored
fix: changed pie charts for ABC H&Ex
1 parent 45fb896 commit bb8161c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const solvedCountForPieChart = (
5353
case "G": {
5454
return 6;
5555
}
56-
case "H":
56+
case "H":
5757
case "Ex": {
5858
return 7;
5959
}

0 commit comments

Comments
 (0)