From d2ab69aeb6ef0f1b1bf32a82ea15944c91731612 Mon Sep 17 00:00:00 2001 From: Aileen Nowak <AileenCGN@gmail.com> Date: Fri, 10 Mar 2023 16:46:12 +0000 Subject: [PATCH] Fixed linting issues --- ghost/admin/app/components/gh-nav-menu/main.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/components/gh-nav-menu/main.hbs b/ghost/admin/app/components/gh-nav-menu/main.hbs index 4e872c7abe..d9f0619926 100644 --- a/ghost/admin/app/components/gh-nav-menu/main.hbs +++ b/ghost/admin/app/components/gh-nav-menu/main.hbs @@ -34,7 +34,7 @@ </li> {{#if (gh-user-can-admin this.session.user)}} <li class="relative"> - <a href="javascript:void(0)" class={{if this.explore.exploreWindowOpen "active"}} {{action "toggleExploreWindow" }} data-test-nav="explore"> + <a href="javascript:void(0)" class={{if this.explore.exploreWindowOpen "active"}} {{on "click" (fn this.toggleExploreWindow "")}} data-test-nav="explore"> {{svg-jar "globe-simple"}} Explore </a> </li>