Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Nov 1, 2022
2 parents 0008a30 + c14c900 commit 01e5a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AccountModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Button from 'components/Button';
import Link from 'components/Link';
import PrivateAddress from 'components/PrivateAddress';
import Tooltip from 'components/Tooltip';
import { ZkAvatar } from 'components/ZkAccountIdentifier';
import { ZkAvatar, ZkName } from 'components/ZkAccountIdentifier';

import { ReactComponent as CopyIconDefault } from 'assets/copy.svg';
import { ReactComponent as CheckIcon } from 'assets/check.svg';
Expand Down Expand Up @@ -94,7 +94,7 @@ export default ({
<RowSpaceBetween>
<Row>
<ZkAvatar seed={zkAccountId} size={20} />
<Address>zkAccount</Address>
<Address><ZkName seed={zkAccountId} /></Address>
</Row>
</RowSpaceBetween>
{privateAddress ? (
Expand Down

0 comments on commit 01e5a99

Please sign in to comment.