From d8ca9f830a26067018c268986aebe7b4b7fde99e Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 15 Feb 2023 18:19:00 +0200 Subject: [PATCH] chore: code format --- .../relay-details/relay-details.html | 68 +++++++++---------- .../components/relay-details/relay-details.js | 1 - 2 files changed, 32 insertions(+), 37 deletions(-) diff --git a/static/components/relay-details/relay-details.html b/static/components/relay-details/relay-details.html index c211444..399e130 100644 --- a/static/components/relay-details/relay-details.html +++ b/static/components/relay-details/relay-details.html @@ -389,41 +389,38 @@ -
-
Force Auth For Events:
-
- +
+
Force Auth For Events:
+
+ +
+
+ +
+
+ + {{ e }} + +
-
- -
-
- - {{ e }} - -
-
Full Storage Action:
@@ -530,7 +527,7 @@
-
Public Key:
+
Public Key:
-
diff --git a/static/components/relay-details/relay-details.js b/static/components/relay-details/relay-details.js index 31662f2..861154b 100644 --- a/static/components/relay-details/relay-details.js +++ b/static/components/relay-details/relay-details.js @@ -136,7 +136,6 @@ async function relayDetails(path) { } catch (error) { LNbits.utils.notifyApiError(error) } - }, blockPublicKey: function () { this.relay.config.blockedPublicKeys.push(this.blockedPubkey)