Skip to content

Commit

Permalink
Put back the PopupState helper
Browse files Browse the repository at this point in the history
  • Loading branch information
symblox committed Dec 6, 2020
1 parent d937857 commit 7d10415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/WalletSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ export const WalletSelector = props => {
<div className={"header__menu_wallet"}>
<Button
aria-describedby={id}
// {...bindTrigger(popupState)}
{...bindTrigger(popupState)}
>
{formatAddress(
account,
providerNetwork.chainId
)}
</Button>
<Popover
// {...bindPopover(popupState)}
{...bindPopover(popupState)}
anchorOrigin={{
vertical: "bottom",
horizontal: "center"
Expand Down

0 comments on commit 7d10415

Please sign in to comment.