diff --git a/nym-wallet/src/components/Accounts/AccountItem.tsx b/nym-wallet/src/components/Accounts/AccountItem.tsx index 98f1851a16..b8dd61279c 100644 --- a/nym-wallet/src/components/Accounts/AccountItem.tsx +++ b/nym-wallet/src/components/Accounts/AccountItem.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { IconButton, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemText } from '@mui/material'; import { Edit } from '@mui/icons-material'; -import { AccountColor } from './AccountColor'; +import { AccountAvatar } from './AccountAvatar'; export const AccountItem = ({ name, @@ -19,7 +19,7 @@ export const AccountItem = ({ - +