completionId: cgen-52b2b128fbd444c8a15308ed80add9d5
cgen-52b2b128fbd444c8a15308ed80add9d5
This commit is contained in:
parent
1c720ac73e
commit
5ba68d1915
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ const ProfilePassport = () => {
|
|||
const [notFound, setNotFound] = useState(false);
|
||||
const [ethosTracks, setEthosTracks] = useState<any[]>([]);
|
||||
const [ethosProfile, setEthosProfile] = useState<any>(null);
|
||||
const [creatorProfile, setCreatorProfile] = useState<any>(null);
|
||||
const lastLoadedKeyRef = useRef<string | null>(null);
|
||||
const activationAttemptedRef = useRef(false);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue