From 5ba68d19150a6b2d36a76b14051f14df593da03c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 12 Nov 2025 05:48:44 +0000 Subject: [PATCH] completionId: cgen-52b2b128fbd444c8a15308ed80add9d5 cgen-52b2b128fbd444c8a15308ed80add9d5 --- client/pages/ProfilePassport.tsx | 1 + 1 file changed, 1 insertion(+) 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);