Skip to content

Commit 980d497

Browse files
authored
fix: changed pie charts for ABC H Ex
1 parent 18149ea commit 980d497

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ const PieCharts: React.FC<PieChartsProps> = ({ problems, title }) => (
187187
<Row className="my-3">
188188
{problems.map(({ solved, rejected, total }, i) => {
189189
const key = "ABCDEFGH".charAt(i);
190+
if(i==7)key="Ex";
190191
return (
191192
<Col
192193
key={key}

0 commit comments

Comments
 (0)