Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix org avatar when none is set
Alexis Sellier committed 4 years ago
commit db878546a0f4c4842ef55c422c7017907a1a001b
parent 2821409418468fc6c07d0fcab6f5cb1623459065
1 file changed +1 -1
modified src/base/projects/View.svelte
@@ -107,7 +107,7 @@
      <div class="title bold">
        {#if result.org}
          <a class="org-avatar" title={result.org.nameOrAddress} href={`/orgs/${result.org.nameOrAddress}`}>
-
            <Avatar source={result.org.avatar || org}/>
+
            <Avatar source={result.org.avatar || result.org.address}/>
          </a>
          <span class="divider">/</span>
        {/if}