Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Wez Pyke committed Mar 7, 2016
1 parent 1913ac5 commit 840de37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/components/main.jsx
Expand Up @@ -51,4 +51,4 @@ ReactDOM.render((
<Route path="/user/:userId" component={User}/>
</Route>
</Router>
), document.getElementById('sleep-stats-app'))
), document.getElementById('sleep-stats-app'));

0 comments on commit 840de37

Please sign in to comment.