Skip to content

Commit bcb94be

Browse files
committed
formating removed-56
1 parent 75057d8 commit bcb94be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/progressCircleComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const StyledProgressCircle = styled(Progress)<{
6767

6868
let ProgressCircleTmpComp = (function () {
6969
const childrenMap = {
70-
value: numberExposingStateControl('value', 60),
70+
value: numberExposingStateControl("value", 60),
7171
// borderRadius property hidden as it's not valid for progress circle
7272
style: styleControl(CircleProgressStyle),
7373
animationStyle: styleControl(AnimationStyle),

0 commit comments

Comments
 (0)