Skip to content

Commit a825635

Browse files
fix toggle call (#894)
1 parent ff8ac7f commit a825635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/header-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class HeaderNav extends Component {
2626
@action
2727
handleLogoAction() {
2828
if (this.media.isMobile) {
29-
this.send('toggleLeftSidebar');
29+
this.toggleLeftSidebar();
3030
} else {
3131
this.router.transitionTo('index');
3232
}

0 commit comments

Comments
 (0)