Skip to content

Commit

Permalink
Merge pull request #837 from streamethorg/sync-devv
Browse files Browse the repository at this point in the history
Sync dev
  • Loading branch information
Mario-SO authored Aug 1, 2024
2 parents f198c48 + 563c1fa commit 9dcf1a6
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 9dcf1a6

Please sign in to comment.