From ee1710963fd37a1fdf456040b8a12d23dd4941df Mon Sep 17 00:00:00 2001 From: Marc Espin Date: Tue, 26 Nov 2024 10:06:45 +0100 Subject: [PATCH] feat(wallet-dashboard): Enable autoconnect of wallet (#4237) --- apps/wallet-dashboard/providers/AppProviders.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wallet-dashboard/providers/AppProviders.tsx b/apps/wallet-dashboard/providers/AppProviders.tsx index 1cdcf6da752..342a6fa6c34 100644 --- a/apps/wallet-dashboard/providers/AppProviders.tsx +++ b/apps/wallet-dashboard/providers/AppProviders.tsx @@ -26,6 +26,7 @@ export function AppProviders({ children }: React.PropsWithChildren) {