Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Don't show anything if we fail to fetch
Alexis Sellier committed 4 years ago
commit 821e4c363d4967a8f6d137693234e616b1a8e703
parent 86368b3b8a1c38be98e549f82bbe25d937899795
1 file changed +0 -3
modified src/base/projects/Widget.svelte
@@ -97,8 +97,5 @@
      {/if}
    </div>
    <div class="anchor">commit {project.stateHash}</div>
-
    {#if state.status == Status.Error}
-
      <span class="faded small"><strong>Error</strong>: {state.error}</span>
-
    {/if}
  {/if}
</article>