diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index c1e10a84..d712a255 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -39,12 +39,12 @@ class SideNav extends React.Component { router.push('/trashed') } - handleSwitchFoldersButtonClick (e) { + handleSwitchFoldersButtonClick () { const { router } = this.context router.push('/home') } - handleSwitchTagsButtonClick (e) { + handleSwitchTagsButtonClick () { const { router } = this.context router.push('/alltags') } @@ -145,8 +145,8 @@ class SideNav extends React.Component { >
- - + +