Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Show checksum address
Alexis Sellier committed 4 years ago
commit a9de076159b529f8eefc39c1606cae9c21b32cc5
parent 798f06f1ecef3a9a27309a528f507d739566996d
1 file changed +4 -1
modified src/base/orgs/View.svelte
@@ -1,4 +1,5 @@
<script lang="typescript">
+
  import * as ethers from 'ethers';
  import { onMount } from 'svelte';
  import { Link } from 'svelte-routing';
  import type { SvelteComponent } from 'svelte';
@@ -134,7 +135,9 @@
          {/if}
        </div>
        <div class="info">
-
          <span class="title bold">{registration ? label : address}</span>
+
          <span class="title bold">
+
            {registration ? label : ethers.utils.getAddress(address)}
+
          </span>
          <div class="links">
            {#if registration}
              {#if registration.url}