nikogu 8 年 前
コミット
9059189a37
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/Charts/Pie/index.js

+ 1 - 1
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;