Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Nov 8, 2023
1 parent 7bb0efd commit 174d291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NavbarAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const profile = computed(() => profiles.value[web3Account.value]);
watch(web3Account, () => {
loadProfiles([web3Account.value]);
});
</script>

<template>
Expand Down

0 comments on commit 174d291

Please sign in to comment.