completionId: cgen-52b2b128fbd444c8a15308ed80add9d5

cgen-52b2b128fbd444c8a15308ed80add9d5
This commit is contained in:
Builder.io 2025-11-12 05:48:44 +00:00
parent 1c720ac73e
commit 5ba68d1915

View file

@ -76,6 +76,7 @@ const ProfilePassport = () => {
const [notFound, setNotFound] = useState(false);
const [ethosTracks, setEthosTracks] = useState<any[]>([]);
const [ethosProfile, setEthosProfile] = useState<any>(null);
const [creatorProfile, setCreatorProfile] = useState<any>(null);
const lastLoadedKeyRef = useRef<string | null>(null);
const activationAttemptedRef = useRef(false);