Skip to content

Commit

Permalink
fix toggle call (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrumsnChocolate authored Nov 3, 2024
1 parent ff8ac7f commit a825635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class HeaderNav extends Component {
@action
handleLogoAction() {
if (this.media.isMobile) {
this.send('toggleLeftSidebar');
this.toggleLeftSidebar();
} else {
this.router.transitionTo('index');
}
Expand Down

0 comments on commit a825635

Please sign in to comment.