Commit 8d25c2e6 authored by Rayron Victor's avatar Rayron Victor Committed by ι™ˆεΈ…

Fix lint

parent 054098b6
...@@ -11,7 +11,6 @@ import autoHeight from '../autoHeight'; ...@@ -11,7 +11,6 @@ import autoHeight from '../autoHeight';
import styles from './index.less'; import styles from './index.less';
/* eslint react/no-danger:0 */ /* eslint react/no-danger:0 */
export default
@autoHeight() @autoHeight()
class Pie extends Component { class Pie extends Component {
state = { state = {
...@@ -268,3 +267,5 @@ class Pie extends Component { ...@@ -268,3 +267,5 @@ class Pie extends Component {
); );
} }
} }
export default Pie;
...@@ -5,7 +5,6 @@ import autoHeight from '../autoHeight'; ...@@ -5,7 +5,6 @@ import autoHeight from '../autoHeight';
import styles from './index.less'; import styles from './index.less';
/* eslint react/no-danger:0 */ /* eslint react/no-danger:0 */
export default
@autoHeight() @autoHeight()
class Radar extends Component { class Radar extends Component {
state = { state = {
...@@ -181,3 +180,5 @@ class Radar extends Component { ...@@ -181,3 +180,5 @@ class Radar extends Component {
); );
} }
} }
export default Radar;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment