From b3a5ab46b49beeb991d45f8721fdb2206ed94912 Mon Sep 17 00:00:00 2001
From: gsovereignty
Date: Tue, 30 Apr 2024 13:55:14 +1000
Subject: [PATCH] problem: NIP34 isn't quite working yet which breaks workflow
---
.../elements/ProblemActions.svelte | 130 ++++++++++--------
1 file changed, 69 insertions(+), 61 deletions(-)
diff --git a/src/components/novoproblems/elements/ProblemActions.svelte b/src/components/novoproblems/elements/ProblemActions.svelte
index 2385afc..f0baec8 100644
--- a/src/components/novoproblems/elements/ProblemActions.svelte
+++ b/src/components/novoproblems/elements/ProblemActions.svelte
@@ -69,17 +69,17 @@
let r = $cts.RocketMap.get(rocket.UID);
if (r) {
if (r.isParticipant($currentUser.pubkey)) {
- return true
+ return true;
}
}
r = $cts.RocketMap.get(nostrocketIgnitionEvent);
if (r) {
if (r.isParticipant($currentUser.pubkey)) {
- return true
+ return true;
}
}
}
- return false
+ return false;
}
);
@@ -98,9 +98,10 @@
If you believe the patch that worked on does not solve the problem, please let them know why, otherwise close the problem now.
+ /> worked on does not solve the problem, please let them know why, otherwise
+ close the problem now.
-
{/if}
@@ -127,66 +128,73 @@
maintainer know in the comments.