From 4057f84a1ce5aca77875dd7e71f41aef5006aa67 Mon Sep 17 00:00:00 2001 From: hassnian Date: Thu, 19 Sep 2024 11:23:21 +0500 Subject: [PATCH] add(offers): Visible second currency in the offer creation modal --- components/offer/OfferPriceInput.vue | 33 ++++++++++++++++++---------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/components/offer/OfferPriceInput.vue b/components/offer/OfferPriceInput.vue index 088cd98cba..c373ec55ad 100644 --- a/components/offer/OfferPriceInput.vue +++ b/components/offer/OfferPriceInput.vue @@ -33,20 +33,27 @@ -
- {{ $t('general.balance') }}: - - {{ balance }} {{ chainSymbol }} - - - {{ balanceUsd }} USD +
+ + ~ {{ formattedOppositeCurrency }} + +
+ {{ $t('general.balance') }}: + + {{ balance }} {{ chainSymbol }} + + + {{ balanceUsd }} USD + +