diff --git a/src/app/pages/ConsensusAccountDetailsPage/index.tsx b/src/app/pages/ConsensusAccountDetailsPage/index.tsx index 4d1e5b8239..4f20ba366e 100644 --- a/src/app/pages/ConsensusAccountDetailsPage/index.tsx +++ b/src/app/pages/ConsensusAccountDetailsPage/index.tsx @@ -20,6 +20,7 @@ import { ConsensusAccountDetailsContext } from './hooks' export const ConsensusAccountDetailsPage: FC = () => { const { t } = useTranslation() + const { isMobile } = useScreenSize() const scope = useRequiredScopeParam() const { network } = scope const { address } = useLoaderData() as AddressLoaderData @@ -32,7 +33,7 @@ export const ConsensusAccountDetailsPage: FC = () => { return ( - +