mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-08 20:38:12 +10:00
fix lint
This commit is contained in:
@@ -21,7 +21,7 @@ class Card extends React.Component {
|
||||
toggle = (value) => {
|
||||
this.setState({ loading: value });
|
||||
}
|
||||
render() {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<Spin spinning={this.state.loading}>
|
||||
|
||||
Reference in New Issue
Block a user