completionId: cgen-8a906cedb59949f796802e3afd47f677
cgen-8a906cedb59949f796802e3afd47f677
This commit is contained in:
parent
9793c7acea
commit
ea9e55f94d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue