Skip to content

Commit

Permalink
Re-enable showing account name in account details
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Jan 14, 2025
1 parent d5f89fc commit 42e9ca8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/components/Account/RuntimeAccountDetailsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,7 @@ export const RuntimeAccountDetailsView: FC<RuntimeAccountDetailsViewProps> = ({
<AccountAvatar account={account} />
</StyledListTitleWithAvatar>
<dd>
<AccountLink
showOnlyAddress
scope={account}
address={address!}
highlightedPartOfName={highlightedPartOfName}
/>
<AccountLink scope={account} address={address!} highlightedPartOfName={highlightedPartOfName} />
<CopyToClipboard value={address!} />
</dd>

Expand Down

0 comments on commit 42e9ca8

Please sign in to comment.