Skip to content

Commit

Permalink
Update components/shared/format/Identity.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
kkukelka authored May 7, 2022
1 parent fd90d91 commit f55904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/format/Identity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default class Identity extends mixins(InlineMixin) {
}
get discord(): Address {
return this.identity.discord
return this.identity?.discord
}
@Watch('address', { immediate: true })
Expand Down

0 comments on commit f55904d

Please sign in to comment.