From 0bd626d6596541739a45ca790f9e9981e99edf61 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Tue, 19 Nov 2024 21:12:52 +0100 Subject: [PATCH] ui: Small fix. --- basicswap/static/js/offerstable.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basicswap/static/js/offerstable.js b/basicswap/static/js/offerstable.js index 738f8a7..2da2c77 100644 --- a/basicswap/static/js/offerstable.js +++ b/basicswap/static/js/offerstable.js @@ -691,11 +691,11 @@ function createDetailsColumn(offer) { function createTakerAmountColumn(offer, coinTo, coinFrom) { const fromAmount = parseFloat(offer.amount_to); - const fromSymbol = getCoinSymbol(coinFrom); + const toSymbol = getCoinSymbol(coinTo); return `
- +