Skip to content

Commit

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

Please sign in to comment.