Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix loading spinner of members
Alexis Sellier committed 4 years ago
commit 1b0f70ec69fe04f4973276dc271d0cd870fc5621
parent d346f164b303a06ca2c34ed3b515dba85290ee79
1 file changed +1 -1
modified src/base/orgs/View.svelte
@@ -218,7 +218,7 @@
            <div class="members">
              {#each members as address}
                {#await Profile.get(address, config)}
-
                  <Loading small center />
+
                  <Loading small />
                {:then profile}
                  <div class="member">
                    <div class="member-icon">