diff --git a/src/components/Charts/Pie/index.js b/src/components/Charts/Pie/index.js index d40b6447..febc57c7 100644 --- a/src/components/Charts/Pie/index.js +++ b/src/components/Charts/Pie/index.js @@ -96,7 +96,7 @@ class Pie extends Component { animate = true, colors, lineWidth = 0, - } = this.props; + } = this.props; const defaultColors = colors;