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);