Skip to content

Commit

Permalink
merge dev to main (#832)
Browse files Browse the repository at this point in the history
Co-authored-by: mariodev <[email protected]>
  • Loading branch information
greatsamist and Mario-SO committed Aug 1, 2024
1 parent 9ff3240 commit 2d7ee30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/misc/ConnectWalletButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ConnectWalletButton = ({
return (
<Button variant={'primary'} onClick={show} className={className}>
<span className="px-2 md:px-0">
{isConnected ? ensName ?? truncatedAddress : btnText}
{isConnected ? (ensName ?? truncatedAddress) : btnText}
</span>
</Button>
);
Expand Down

0 comments on commit 2d7ee30

Please sign in to comment.