Browse Source

fixed ci

pull/7966/head
nikogu 9 years ago
parent
commit
9059189a37
  1. 2
      src/components/Charts/Pie/index.js

2
src/components/Charts/Pie/index.js

@ -96,7 +96,7 @@ class Pie extends Component {
animate = true, animate = true,
colors, colors,
lineWidth = 0, lineWidth = 0,
} = this.props; } = this.props;
const defaultColors = colors; const defaultColors = colors;

Loading…
Cancel
Save