diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index e082fd4..d306b35 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -14,6 +14,7 @@ export function Home() { // TODO: allow specifying the NWC methods in advance init({ filters: ["nwc"], + showBalance: false, }); disconnect(); }, []);