completionId: cgen-5069a66d92a8475ab621b7bee7214fbf
cgen-5069a66d92a8475ab621b7bee7214fbf
This commit is contained in:
parent
0575bc7cf0
commit
5ed98bc796
1 changed files with 12 additions and 0 deletions
|
|
@ -267,6 +267,18 @@ const ProfilePassport = () => {
|
|||
created_at: project.created_at,
|
||||
})),
|
||||
);
|
||||
|
||||
// Set Ethos Guild data if user is an artist
|
||||
if (ethos && ethos.tracks) {
|
||||
setEthosTracks(ethos.tracks || []);
|
||||
setEthosProfile({
|
||||
verified: ethos.verified,
|
||||
skills: ethos.skills,
|
||||
bio: ethos.bio,
|
||||
for_hire: ethos.for_hire,
|
||||
});
|
||||
}
|
||||
|
||||
setNotFound(false);
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue