We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c984a8c commit 731d9a0Copy full SHA for 731d9a0
frontend/src/components/profile/category-progress-bar.tsx
@@ -18,7 +18,6 @@ const RADIUS = (CIRCLE_SIZE - STROKE_WIDTH) / 2;
18
const CIRCUMFERENCE = 2 * Math.PI * RADIUS;
19
20
function CategoryProgressBar({ categories }: CategoryProgressBarProps) {
21
- console.log(categories);
22
if (categories.length === 0) {
23
return null;
24
}
0 commit comments