Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove unused vars
Alexis Sellier committed 5 years ago
commit c4396bde6ccb3411ac6ecf15e151ea85ff377581
parent 05c6623e63d028610bb8db1fdffa6bcebf669446
1 file changed +0 -3
modified src/App.svelte
@@ -11,9 +11,6 @@

  export let url = "";

-
  let contractAddress = "";
-
  let info = null;
-

  function handleKeydown(event) {
    if (event.key === 'Enter') {
      document.querySelector('button.primary').click();