Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix address comparison
Alexis Sellier committed 4 years ago
commit cd1104c6a2817f5e27e2995cbde484e62d5ef9e0
parent ae2ae5888514ba24bcc70587ef81cc6e9aa1abf7
1 file changed +1 -1
modified src/base/orgs/View.svelte
@@ -186,7 +186,7 @@
          </div>
          <!-- Name -->
          <!-- Only show the name if we aren't already using the name of the owner -->
-
          {#if profile.address === org.address}
+
          {#if utils.isAddressEqual(profile.address, org.address)}
            <div class="label">Name</div>
            <div>
              {#if profile.name}