Skip to content

Commit

Permalink
account display
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 14, 2024
1 parent 8b1e8ef commit 9ac3ad7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/connectOverlay/ConnectOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,14 +305,7 @@ const ConnectOverlay: React.FC<Props> = ({
alt=""
/>
</div>
{/* <p>{truncateText(account, 8, 8)}</p> */}
<p className="font-medium text-sm">
{truncateText(
'0xCc383E6f51E06e8eA3F39AF32Bbe48BD74A70BF5',
8,
8
)}
</p>
{account && <p>{truncateText(account, 8, 8)}</p>}
</div>
<div className="flex justify-between my-2 mx-1 p-2 mr-4 gap-4">
<div
Expand Down

0 comments on commit 9ac3ad7

Please sign in to comment.