Skip to content

Commit

Permalink
removed duplicate container div
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Dec 18, 2024
1 parent 11a2add commit c4c463a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/wallet/components/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ function WalletContent({ children, className }: WalletReact) {
ref={walletContainerRef}
className={cn('relative w-fit shrink-0', componentTheme, className)}
>
<div className={cn('relative w-fit shrink-0', className)}>
{connect}
{isOpen && dropdown}
</div>
{connect}
{isOpen && dropdown}
</div>
);
}
Expand Down

0 comments on commit c4c463a

Please sign in to comment.