diff --git a/webapp/components/HeaderMenu/HeaderMenu.vue b/webapp/components/HeaderMenu/HeaderMenu.vue index aa87b1620..6fd3699a3 100644 --- a/webapp/components/HeaderMenu/HeaderMenu.vue +++ b/webapp/components/HeaderMenu/HeaderMenu.vue @@ -314,7 +314,7 @@ export default { this.hideNavbar = false } else { this.hideNavbar = true - } + } } this.prevScrollpos = currentScrollPos },