diff --git a/src/components/Charts/Pie/index.js b/src/components/Charts/Pie/index.js index d40b6447eee758f7536e63c71fbe0bde20671111..febc57c7acfae4dc5a7a403d03cda6570a3a592c 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;