an missing bracket has been fixed

pull/38/head
momin-riyadh 5 years ago
parent 4fe777517e
commit 80585860f3

@ -131,7 +131,7 @@ const App = () => {
}
const rootElement = document.getElementById('root')
ReactDOM.render(<App />, rootElement)
ReactDOM.render(<App />, rootElement)}
```
### Mapping array of objects

Loading…
Cancel
Save