diff --git a/src/app/components/Account/ConsensusAccountDetailsView.tsx b/src/app/components/Account/ConsensusAccountDetailsView.tsx index da57e9b4c..6d10ee8bc 100644 --- a/src/app/components/Account/ConsensusAccountDetailsView.tsx +++ b/src/app/components/Account/ConsensusAccountDetailsView.tsx @@ -11,7 +11,7 @@ import { styled } from '@mui/material/styles' import { useFormattedTimestampStringWithDistance } from '../../hooks/useFormattedTimestamp' import { AccountAvatar } from '../AccountAvatar' import { AccountSizeBadge } from '../AccountSizeBadge' -import { AccountLink } from './AccountLink' +import { ConsensusAccountLink } from './ConsensusAccountLink' import { CopyToClipboard } from '../CopyToClipboard' import { getPreciseNumberFormat } from '../../../locales/getPreciseNumberFormat' @@ -60,8 +60,9 @@ export const ConsensusAccountDetailsView: FC =
-