Skip to content

Commit a07fc3a

Browse files
disable cb smart wallet linking for now
1 parent 2b50eca commit a07fc3a

File tree

1 file changed

+3
-1
lines changed
  • apps/playground-web/src/components/in-app-wallet

1 file changed

+3
-1
lines changed

apps/playground-web/src/components/in-app-wallet/profiles.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,16 @@ export function LinkAccount() {
5454
<p>Linking...</p>
5555
) : (
5656
<>
57+
{/*
58+
TODO make cb smart wallet linking work
5759
<Button
5860
variant="default"
5961
onClick={() => linkWallet("com.coinbase.wallet")}
6062
className="rounded-full p-6"
6163
disabled={isPending}
6264
>
6365
Link Coinbase Wallet
64-
</Button>
66+
</Button> */}
6567
<Button
6668
variant="default"
6769
onClick={() => linkWallet("io.metamask")}

0 commit comments

Comments
 (0)