Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 authored Sep 13, 2016
1 parent f330ccb commit 67999b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ constructor () {

toggleSideMenu () {
this.setState({
toggled: true
toggled: !this.state.toggled
})
}

Expand Down

0 comments on commit 67999b1

Please sign in to comment.