Skip to content

Commit

Permalink
Changes display validation from address to isLoggedIn
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopfed committed Oct 6, 2023
1 parent fea0a43 commit d5f2805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/TopNavButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
DISCOVER
</v-btn>
</v-col>
<v-col v-if="auth.address" cols="1" class="mt-2">
<Avatar :address="auth.address" :small="true" />
<v-col v-if="auth.isLoggedIn" cols="1" class="mt-2">
<Avatar :address="(auth.address as string)" :small="true" />
</v-col>
<v-col>
<ConnectButton />
Expand Down

0 comments on commit d5f2805

Please sign in to comment.