naomi icon indicating copy to clipboard operation
naomi copied to clipboard

[js]: wrong indent?

Open crapthings opened this issue 6 years ago • 1 comments

image

class App extends Component {
  render() {
    return (
      
      )
  }
}
class App extends Component {
  render() {
    return (
      
    )
  }
}

crapthings avatar Apr 17 '19 11:04 crapthings

Found a solution here!

Pytal avatar Jul 22 '19 02:07 Pytal