Skip to content

Commit

Permalink
Merge branch 'staging' into refactor/action_helper_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DrumsnChocolate committed Nov 4, 2024
2 parents c64f6c4 + a825635 commit 8e9cde7
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 8e9cde7

Please sign in to comment.