From cc70d7acf0ee7620287c173eddf457edb7ee68f2 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Thu, 8 Feb 2024 18:31:12 +0100 Subject: [PATCH] fix(marketplace): lint --- frontend/marketplace/src/components/NavBar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/marketplace/src/components/NavBar.vue b/frontend/marketplace/src/components/NavBar.vue index 7306abaa..3e811dbc 100644 --- a/frontend/marketplace/src/components/NavBar.vue +++ b/frontend/marketplace/src/components/NavBar.vue @@ -13,7 +13,6 @@ import { useAuth } from "@/stores/auth"; import { useWallet } from "@/stores/wallet"; import tracking, { PageViewEvents, TrackEvents } from "@/utils/analytics"; - const { handleSignIn, handleSignOut, isAuthenticated, user } = useAuth(); const { address } = useWallet(); const route = useRoute();