Skip to content

Commit

Permalink
cleanup: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Sep 26, 2024
1 parent 71db8c2 commit cd31a81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/[network]/(account)/welcome/[wallet]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
context.wharf.login({ walletPlugin: currentWallet.wharfPluginId });
}
console.log({ context });
let isLoggedIn = $derived(!!context.account);
</script>

Expand Down

0 comments on commit cd31a81

Please sign in to comment.