Browse Source

fix spaces in curly brackets

pull/13942/head
Maciej Czekaj 6 years ago
committed by 偏右
parent
commit
bc59ebb0d8
  1. 2
      components/button/button.tsx

2
components/button/button.tsx

@ -139,7 +139,7 @@ class Button extends React.Component<ButtonProps, ButtonState> {
} else if (prevProps.loading === this.props.loading) {
return;
} else {
this.setState({loading});
this.setState({ loading });
}
}

Loading…
Cancel
Save