Skip to content

Commit c6ded1c

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

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 auto connect in root layout already with AA configured
96+
autoConnect={false}
9597
/>
9698
);
9799
};

0 commit comments

Comments
 (0)