From fa1758b5ba79a2cdb7abb0bf0dfae7eda6894cdd Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Tue, 16 May 2023 18:18:46 +0800 Subject: [PATCH] feat: send --- src/modules/[chain]/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/[chain]/index.vue b/src/modules/[chain]/index.vue index c727032c..7bfc39f7 100644 --- a/src/modules/[chain]/index.vue +++ b/src/modules/[chain]/index.vue @@ -316,6 +316,7 @@ const color = computed(() => { {{ format.formatToken(item?.balance) }} + {{ item }} {{ format.formatToken({ denom: item?.balance?.denom, @@ -343,7 +344,7 @@ const color = computed(() => {
- + Receive