Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
micahalcorn committed Aug 15, 2018
1 parent 1202332 commit bac74b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/profile/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ class Profile extends Component {
open={modalsOpen.publish}
changes={changes}
handleToggle={this.handleToggle}
handlePublish={this.handlePublish}
onConfirm={() => {
this.setState({
modalsOpen: { ...modalsOpen, publish: false },
Expand All @@ -464,7 +463,6 @@ class Profile extends Component {
open={modalsOpen.unload}
changes={changes}
handleToggle={this.handleToggle}
handlePublish={this.handlePublish}
onConfirm={() => {
this.setState({
modalsOpen: { ...modalsOpen, unload: false },
Expand Down

0 comments on commit bac74b3

Please sign in to comment.