Skip to content

Commit

Permalink
chore: remove redundant vars
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Feb 17, 2024
1 parent e62ffea commit 7f12a9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NavbarAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { shorten } from '@/helpers/utils';
import { getInstance } from '@snapshot-labs/lock/plugins/vue3';
const { login, web3, web3Account } = useWeb3();
const { profiles, loadProfiles, loadingProfiles, reloadingProfile } =
useProfiles();
const { profiles, loadProfiles } = useProfiles();
const { modalAccountOpen } = useModal();
const auth = getInstance();
Expand Down

0 comments on commit 7f12a9c

Please sign in to comment.