Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Dec 25, 2023
1 parent f301183 commit 899d11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/layout/header/sidebar-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class LayoutHeaderSidebarToggleComponent extends Component {
if (this.args.disabled === true) {
return;
}

const sidebar = this.universe.sidebarContext;

if (this.isSidebarVisible) {
Expand Down

0 comments on commit 899d11c

Please sign in to comment.