Skip to content

Commit

Permalink
feat: display wallet depositFacet's bech32 address in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Apr 11, 2021
1 parent feae632 commit 4c61fe6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/dapp-svelte-wallet/ui/src/Contact.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<Petname name={item.contactPetname} />
{/if}
{#if details}
<BoardId id={item.depositBoardId} />
{#if item.address}
<span>{item.address}</span>
{/if}
<BoardId id={item.depositBoardId} />
{/if}
</section>

0 comments on commit 4c61fe6

Please sign in to comment.