Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Dec 17, 2024
1 parent 3013e05 commit e72840e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/connect-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const ConnectButton: React.FC = () => {
const displayAddress = shortenAddress(fullAddress, isMobile);

return <Dropdown buttonLabel={displayAddress} items={dropdownItems} />;
<Modal
};

export default ConnectButton;

0 comments on commit e72840e

Please sign in to comment.