Skip to content

Commit

Permalink
fix(marketplace): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jschill committed Feb 8, 2024
1 parent 3d06499 commit cc70d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/marketplace/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cc70d7a

Please sign in to comment.