Skip to content

Commit

Permalink
NameList: Fix showing of pending name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 7, 2022
1 parent d1263c7 commit 0f9ba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/aens/NameList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ListItemAccount
v-for="entry in owned.names"
:key="entry.name"
:address="entry.info.ownership.current"
:address="entry.owner || entry.info.ownership.current"
:name="entry.name"
:to="{ name: 'name-details', params: { name: entry.name } }"
subtitle="address"
Expand Down

0 comments on commit 0f9ba54

Please sign in to comment.