Skip to content

Fix open bracket color in return (<div>#5

Open
A-312 wants to merge 1 commit intoccampbell:masterfrom
A-312:patch-1
Open

Fix open bracket color in return (<div>#5
A-312 wants to merge 1 commit intoccampbell:masterfrom
A-312:patch-1

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

Comments