mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
whups
This commit is contained in:
parent
72b2c6f23a
commit
c0c9326408
@ -21,7 +21,7 @@ class CircularProgressbar extends React.Component {
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
this.setState({
|
||||
percentage: this.props.percentage,
|
||||
percentage: nextProps.percentage,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user