Skip to content

Commit

Permalink
✨ Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
xannyxs committed Aug 6, 2024
1 parent d274512 commit 0c6f94e
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 0c6f94e

Please sign in to comment.