diff --git a/client/pages/ProfilePassport.tsx b/client/pages/ProfilePassport.tsx index 02a524d3..ca46e53c 100644 --- a/client/pages/ProfilePassport.tsx +++ b/client/pages/ProfilePassport.tsx @@ -67,6 +67,8 @@ const ProfilePassport = () => { const [interests, setInterests] = useState([]); const [loading, setLoading] = useState(true); const [notFound, setNotFound] = useState(false); + const [ethosTracks, setEthosTracks] = useState([]); + const [ethosProfile, setEthosProfile] = useState(null); const lastLoadedKeyRef = useRef(null); const activationAttemptedRef = useRef(false);