Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbo committed Jun 15, 2018
1 parent 800737d commit c6ca108
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/venia-concept/src/components/Header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ class Header extends Component {
})
};

get triggerClasses() {
const { classes } = this.props;

return {
root: classes.navTrigger
};
}

render() {
const { classes } = this.props;

Expand Down Expand Up @@ -67,10 +59,6 @@ class Header extends Component {
</header>
);
}

handleNavTriggerClick() {
this.props.toggleDrawer('nav');
}
}

export default classify(defaultClasses)(Header);

0 comments on commit c6ca108

Please sign in to comment.