Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Always format ETH address in Profile component
Sebastian Martinez committed 3 years ago
commit 1143737c892d19db74191126372f29ecd3c59061
parent c7cb4615862c8d885e3aa3d26fecf0e249692175
1 file changed +1 -6
modified src/views/profiles/Profile.svelte
@@ -139,12 +139,7 @@
      </div>
      <div class="info">
        <span class="title txt-title">
-
          <span class="txt-bold layout-desktop">
-
            {profile.name
-
              ? utils.formatName(profile.name, wallet)
-
              : profile.address}
-
          </span>
-
          <span class="txt-bold layout-mobile">
+
          <span class="txt-bold">
            {profile.name
              ? utils.formatName(profile.name, wallet)
              : utils.formatAddress(profile.address)}