From ea9e55f94dbe19adbea689f69abab0cb90cb7459 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 16:40:04 +0000 Subject: [PATCH] completionId: cgen-8a906cedb59949f796802e3afd47f677 cgen-8a906cedb59949f796802e3afd47f677 --- client/pages/ProfilePassport.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/pages/ProfilePassport.tsx b/client/pages/ProfilePassport.tsx index 252a487c..4e36bb97 100644 --- a/client/pages/ProfilePassport.tsx +++ b/client/pages/ProfilePassport.tsx @@ -82,6 +82,7 @@ const ProfilePassport = () => { const [ethosTracks, setEthosTracks] = useState([]); const [ethosProfile, setEthosProfile] = useState(null); const [creatorProfile, setCreatorProfile] = useState(null); + const [profileLinkCopied, setProfileLinkCopied] = useState(false); const lastLoadedKeyRef = useRef(null); const activationAttemptedRef = useRef(false);