completionId: cgen-f1abfccf204f492483046d4476df0865
cgen-f1abfccf204f492483046d4476df0865
This commit is contained in:
parent
079f0c17ea
commit
1a67a0f42c
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ const ProfilePassport = () => {
|
|||
const [interests, setInterests] = useState<string[]>([]);
|
||||
const [loading, setLoading] = useState(true);
|
||||
const [notFound, setNotFound] = useState(false);
|
||||
const [ethosTracks, setEthosTracks] = useState<any[]>([]);
|
||||
const [ethosProfile, setEthosProfile] = useState<any>(null);
|
||||
const lastLoadedKeyRef = useRef<string | null>(null);
|
||||
const activationAttemptedRef = useRef(false);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue