mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix lint
This commit is contained in:
parent
64466a79cb
commit
81be11534c
@ -21,7 +21,7 @@ class Card extends React.Component {
|
||||
toggle = (value) => {
|
||||
this.setState({ loading: value });
|
||||
}
|
||||
render() {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<Spin spinning={this.state.loading}>
|
||||
|
Loading…
Reference in New Issue
Block a user