Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Allow walletconnect when no provider is available
Alexis Sellier committed 4 years ago
commit 7d3720ba87ef340ce88cf3502519798b633be11a
parent cd2fd881bbe594ee06ee4d6a3118645f56291efc
1 file changed +1 -2
modified src/Connect.svelte
@@ -11,7 +11,6 @@
  export let style = "";
  export let config: Config;

-
  let walletUnavailable = !window.ethereum;
  let error: Err | null = null;

  const onModalClose = () => {
@@ -39,7 +38,7 @@
  on:click|stopPropagation={onConnect}
  {style}
  class="connect {className}"
-
  disabled={connecting || walletUnavailable}
+
  disabled={connecting}
  data-waiting={connecting || null}
>
  {#if connecting}