Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
8d25c2e6
Commit
8d25c2e6
authored
Sep 24, 2018
by
Rayron Victor
Committed by
ιεΈ
Sep 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lint
parent
054098b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/components/Charts/Pie/index.js
src/components/Charts/Pie/index.js
+2
-1
src/components/Charts/Radar/index.js
src/components/Charts/Radar/index.js
+2
-1
No files found.
src/components/Charts/Pie/index.js
View file @
8d25c2e6
...
...
@@ -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
;
src/components/Charts/Radar/index.js
View file @
8d25c2e6
...
...
@@ -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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment