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

Fix lint

parent 054098b6
......@@ -11,7 +11,6 @@ import autoHeight from '../autoHeight';
import styles from './index.less';
/* eslint react/no-danger:0 */
export default
@autoHeight()
class Pie extends Component {
state = {
......@@ -268,3 +267,5 @@ class Pie extends Component {
);
}
}
export default Pie;
......@@ -5,7 +5,6 @@ import autoHeight from '../autoHeight';
import styles from './index.less';
/* eslint react/no-danger:0 */
export default
@autoHeight()
class Radar extends Component {
state = {
......@@ -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