Skip to content

Commit

Permalink
[web-ui]💄 Show nft id in send result
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 29, 2023
1 parent 51b5c2d commit cb04200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-ui/pages/send-nft/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<tr v-for="entry in nftResultData" :key="entry[0]">
<td>{{ entry.address }}</td>
<td>{{ entry.classId }}</td>
<td>{{ entry.nftId }}</td>
<td>{{ entry.memo }}</td>
<td>{{ entry.status }}</td>
</tr>
Expand Down

0 comments on commit cb04200

Please sign in to comment.