Add ESLint rule (object-curly-spacing) (#3498)
This commit is contained in:
parent
cb7ee4698f
commit
fda5c699c2
9 changed files with 19 additions and 16 deletions
|
@ -9,7 +9,7 @@ class AvatarOverlay extends React.PureComponent {
|
|||
};
|
||||
|
||||
render() {
|
||||
const {staticSrc, overlaySrc} = this.props;
|
||||
const { staticSrc, overlaySrc } = this.props;
|
||||
|
||||
const baseStyle = {
|
||||
backgroundImage: `url(${staticSrc})`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue