completionId: cgen-8a906cedb59949f796802e3afd47f677

cgen-8a906cedb59949f796802e3afd47f677
This commit is contained in:
Builder.io 2025-11-15 16:40:04 +00:00
parent 9793c7acea
commit ea9e55f94d

View file

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