Skip to content

Commit

Permalink
Remove unneded state in example from chapter 4
Browse files Browse the repository at this point in the history
  • Loading branch information
okjulian committed May 31, 2018
1 parent bfdf762 commit 07d4141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manuscript/chapter-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ const client = new ApolloClient({

export default class App extends React.Component {
state = {
pins: [],
token: null
}
componentDidMount() {
Expand Down

0 comments on commit 07d4141

Please sign in to comment.