From c523754516f7bc7379561902475809d20197c9f8 Mon Sep 17 00:00:00 2001
From: nahuhh <50635951+nahuhh@users.noreply.github.com>
Date: Wed, 16 Oct 2024 12:08:55 +0000
Subject: [PATCH] ui: hide duplicated tor from chart
---
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 e2c2bd5..7bffd19 100644
--- a/basicswap/templates/offers.html
+++ b/basicswap/templates/offers.html
@@ -83,7 +83,7 @@ function getAPIKeys() {
- Tor <> API: {% if tor_established %}Connected{% else %}Not Connected{% endif %}
+ Tor {% if tor_established %}ON{% else %}OFF{% endif %}
(?)