Skip to content

Commit

Permalink
Update src/typescript/frontend/src/components/wallet/WalletModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt authored Dec 2, 2024
1 parent e98f92e commit d696b77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const FirstSlide = ({
const { aptosConnectWallets } = getAptosConnectWallets(wallets);
// The wallets we specify as `optIn` in the provider.
const { defaultWallets, moreWallets } = partitionWallets(wallets);
console.log(wallets);

return slide.idx === 0 ? (
<div className="px-[46px] py-[25.5px]" {...props}>
Expand Down

0 comments on commit d696b77

Please sign in to comment.