Skip to content

Commit

Permalink
fix: 修复Progress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaMaid committed Jan 3, 2019
1 parent 1b4a018 commit 8a6da2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Progress/Progress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class Progress extends Component<IProgressProps, IProgressState> {

render() {
const {
className, style,
className, style, format,
strokeColor, bgColor, type,
strokeWidth = 6, diameter,
...otherProps} = this.props;
Expand Down

0 comments on commit 8a6da2c

Please sign in to comment.