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
Clone the repo locally:
- {#each rocket.Repositories as repo} -git clone {repo}
+ {#if rocket.Repositories.size > 0}
+ Please send a pull request to: {#each rocket.Repositories as repo}{repo}
{/each} and then copy/paste the url of your commit below.
The commit message MUST read: Problem: {problem.Title}