diff --git a/src/components/profile/UserProfile.tsx b/src/components/profile/UserProfile.tsx index 9db105c..5c1a5d1 100644 --- a/src/components/profile/UserProfile.tsx +++ b/src/components/profile/UserProfile.tsx @@ -20,6 +20,10 @@ export const UserProfile = () => { const { connect } = useConnect(); const connectors = useConnectors(); + if (connectors.length === 0) { + return; + } + if (!address) { return (