diff --git a/client/pages/ProfilePassport.tsx b/client/pages/ProfilePassport.tsx index 65916b5f..7c7d3efd 100644 --- a/client/pages/ProfilePassport.tsx +++ b/client/pages/ProfilePassport.tsx @@ -76,6 +76,7 @@ const ProfilePassport = () => { const [notFound, setNotFound] = useState(false); const [ethosTracks, setEthosTracks] = useState([]); const [ethosProfile, setEthosProfile] = useState(null); + const [creatorProfile, setCreatorProfile] = useState(null); const lastLoadedKeyRef = useRef(null); const activationAttemptedRef = useRef(false);