Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Tweak org title display
Alexis Sellier committed 4 years ago
commit eb3579009589bc7b17e96cad8c2c2ec77de4c31d
parent 2928e2fe14a0a25c28e8ac7d0fdcd9d4505871f2
1 file changed +1 -1
modified src/base/orgs/View.svelte
@@ -143,7 +143,7 @@
          <div class="info">
            <span class="title bold">
              {parseEnsLabel(profile.name, config) ?? address}
-
              {#if profile.address === org.owner}
+
              {#if profile.name && profile.address === org.owner}
                <span class="badge">org</span>
              {/if}
            </span>