From 788efeef5bf73fe6faa032a1a6246cfe89c821b0 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Fri, 5 May 2023 13:30:36 +0200 Subject: [PATCH] ui: Rate (USD) price fix --- basicswap/templates/offers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index c46eddf..5a5625d 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -791,7 +791,7 @@ const chart = new Chart(ctx, { {% endif %} -
{{ o[5]|truncate(8,true,'',0) }}
+
{{ o[6]|truncate(8,true,'',0) }}