completionId: cgen-f1abfccf204f492483046d4476df0865

cgen-f1abfccf204f492483046d4476df0865
This commit is contained in:
Builder.io 2025-11-12 02:41:28 +00:00
parent 079f0c17ea
commit 1a67a0f42c

View file

@ -67,6 +67,8 @@ const ProfilePassport = () => {
const [interests, setInterests] = useState<string[]>([]);
const [loading, setLoading] = useState(true);
const [notFound, setNotFound] = useState(false);
const [ethosTracks, setEthosTracks] = useState<any[]>([]);
const [ethosProfile, setEthosProfile] = useState<any>(null);
const lastLoadedKeyRef = useRef<string | null>(null);
const activationAttemptedRef = useRef(false);