Skip to content

Commit a8d2816

Browse files
committed
Nebula: Fix nebula auto connect
1 parent 7306818 commit a8d2816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dashboard/src/app/nebula-app/(app)/components/NebulaConnectButton.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ export const NebulaConnectWallet = (props: {
9292
className: props.detailsButtonClassName,
9393
}}
9494
chains={allChainsV5}
95+
// we have an AutoConnect is already added in root layout with AA configuration
96+
autoConnect={false}
9597
/>
9698
);
9799
};

0 commit comments

Comments
 (0)