From 0a69c371401d3f4a77914989e1c90a896fa533e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Bautin Date: Sat, 25 Nov 2023 12:52:58 +0300 Subject: [PATCH] * --- src/components/ZoneTable.vue | 7 +++++-- src/views/Explore.vue | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/ZoneTable.vue b/src/components/ZoneTable.vue index 54ba2d8..94b34dc 100644 --- a/src/components/ZoneTable.vue +++ b/src/components/ZoneTable.vue @@ -33,7 +33,7 @@ - + + diff --git a/src/views/Explore.vue b/src/views/Explore.vue index 5143ac4..1c2f8f5 100644 --- a/src/views/Explore.vue +++ b/src/views/Explore.vue @@ -255,7 +255,7 @@ export default { messages: [ { amount: (0.05 * 1000000000).toString(), - address: this.wallet_rec ?? this.result.nft_info.address, + address: this.result.nft_info.address, payload: message, }, ],