Skip to content

Commit

Permalink
Removed unnecessary Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
leonwatson2 committed Aug 18, 2017
1 parent a84dd33 commit 0e28475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './index.css';
class App extends Component {
render() {
return (
<Layout title="Chat App BAby" />
<Layout />
);
}
}
Expand Down

0 comments on commit 0e28475

Please sign in to comment.