Skip to content

Commit

Permalink
fixed dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Nov 8, 2023
1 parent 65bbf16 commit 455fb5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/wallet/src/shared/WalletHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,13 @@ export const WalletHeader = ({

<AnimatePresence>
{openWalletDropdown && (
<PopoverPrimitive.Portal
>
<PopoverPrimitive.Content
asChild
side="bottom"
align="start"
>
<WalletDropdownContent setOpenWalletDropdown={setOpenWalletDropdown} />
</PopoverPrimitive.Content>
</PopoverPrimitive.Portal>
)}
</AnimatePresence>
</PopoverPrimitive.Root>
Expand Down

0 comments on commit 455fb5c

Please sign in to comment.