Skip to content

Commit

Permalink
5086 Nav bar enhancement //
Browse files Browse the repository at this point in the history
JS Linting
  • Loading branch information
Sam Williams committed Oct 10, 2023
1 parent 574f8d1 commit 86b814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/controllers/sidebar_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class extends Controller {
this.toggleHover()
}

toggleHover() {
toggleHover () {
if (!this.openValue && this.isNotMobile()) {
this.toggleSidebar()
this.toggleLinks()
Expand Down

0 comments on commit 86b814c

Please sign in to comment.