Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JacoKoster committed Jul 14, 2023
1 parent 1e9315a commit 6848ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server-admin-ui/src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Header extends Component {

window.addEventListener('popstate', () => {
document.body.classList.toggle('sidebar-mobile-show', false)
});
})
}

toggleDropdown() {
Expand Down

0 comments on commit 6848ca9

Please sign in to comment.