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 b09bc6a commit 4240263Copy full SHA for 4240263
src/features/profile/ui/CoinPieChartActiveShape/index.tsx
@@ -82,7 +82,7 @@ export default function CoinPieChartActiveShape({
82
textAnchor={textAnchor}
83
fill="#333"
84
fontSize={14}
85
- >{`${((percent ?? 1) * 100).toFixed(2)}%`}</text>
+ >{`${((percent ?? 1) * 100).toFixed(0)}%`}</text>
86
</g>
87
);
88
}
0 commit comments