Skip to content

Commit 24c7478

Browse files
authored
Merge pull request #1068 from namiky73/remove-category
remove category in Category Pies
2 parents f95d237 + bdacaed commit 24c7478

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export const CategoryPieChart: React.FC<Props> = (props) => {
154154
trying={count.total - count.solved - count.rejected}
155155
title={`${category}`}
156156
/>
157-
{category}
158157
</Col>
159158
);
160159
}

0 commit comments

Comments
 (0)