Skip to content

Commit 1b3589b

Browse files
author
InJung Chung
authored
Set progressValue to the value passed in props on constructor
1 parent 9964c4b commit 1b3589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Circle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class ProgressCircle extends Component {
5858
constructor(props, context) {
5959
super(props, context);
6060

61-
this.progressValue = 0;
61+
this.progressValue = props.progress;
6262
}
6363

6464
componentWillMount() {

0 commit comments

Comments
 (0)