Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Display CobStateButton in every Patch tab
Sebastian Martinez committed 2 years ago
commit a585c2264a4d599eb108e14efa80a87da851f1de
parent e31b5efe7df67adeeea69b7ffdb09fcd0c781462
1 file changed +1 -1
modified src/views/projects/Patch.svelte
@@ -689,7 +689,7 @@
            {/if}
          </div>
          <Share {preferredSeeds} {publicExplorer} {baseUrl} />
-
          {#if session && role.isDelegateOrAuthor(session.publicKey, project.delegates, patch.author.id) && view.name === "activity"}
+
          {#if session && role.isDelegateOrAuthor(session.publicKey, project.delegates, patch.author.id)}
            <CobStateButton
              items={items.filter(([, state]) => !isEqual(state, patch.state))}
              {selectedItem}