From 98e9e479d1070d906af790d6ac547c7b9d81a7aa Mon Sep 17 00:00:00 2001 From: Brandon Lucas <38222767+thebrandonlucas@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:23:58 -0400 Subject: [PATCH] har har --- src/routes/+page.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d1157fb..649e814 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -11,7 +11,9 @@ import WalletCard from '../features/WalletCard.svelte'; const privateWallets = WALLET_ADOPTION.filter((wallet) => wallet.sending || wallet.sending); - const surveilledWallets = WALLET_ADOPTION.filter((wallet) => !wallet.sending && !wallet.sending); + const surveillableWallets = WALLET_ADOPTION.filter( + (wallet) => !wallet.sending && !wallet.sending + );
@@ -290,7 +292,7 @@
- +