diff --git a/nym-wallet/src/pages/settings/profile.tsx b/nym-wallet/src/pages/settings/profile.tsx index 7183ad675a..c3a6a97117 100644 --- a/nym-wallet/src/pages/settings/profile.tsx +++ b/nym-wallet/src/pages/settings/profile.tsx @@ -5,6 +5,9 @@ import { ClientContext } from '../../context/main' export const Profile = () => { const { mixnodeDetails } = useContext(ClientContext) + + if (!mixnodeDetails) return null + return ( <>