Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Pass seed info to Projects widget
Alexis Sellier committed 4 years ago
commit a2a99140b8133c84ae70dec8ccf86fc1904a336c
parent 97a8897d874178f45debcbbe044c4d6b83c5bae8
1 file changed +1 -1
modified src/base/orgs/View.svelte
@@ -319,7 +319,7 @@
          {/if}
        {/await}

-
        <Projects {org} {config} />
+
        <Projects {org} config={profile.seed ? config.withSeed(profile.seed) : config} />
      {/await}
    </main>
  {:else}