diff --git a/src/circle.tsx b/src/circle.tsx index 582f068..e03a6ff 100644 --- a/src/circle.tsx +++ b/src/circle.tsx @@ -48,7 +48,7 @@ export class Circle extends Component { if (!showPercentage) return; return ( - + {progress}{showPercentageSymbol && %} );