From 9059189a37c3774439e440a67908f942e6bd2396 Mon Sep 17 00:00:00 2001 From: nikogu <644506165@qq.com> Date: Thu, 2 Nov 2017 10:02:23 +0800 Subject: [PATCH] fixed ci --- src/components/Charts/Pie/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- GitLab