Skip to content

Conversation

A-312
Copy link

@A-312 A-312 commented May 12, 2020

  render() {
    return (<div>
      whatever
    </div>)
  }

Before:

image

After:

image

```js
  render() {
    return (<div>
      whatever
    </div>)
  }
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant