completionId: cgen-5069a66d92a8475ab621b7bee7214fbf

cgen-5069a66d92a8475ab621b7bee7214fbf
This commit is contained in:
Builder.io 2025-11-12 02:41:38 +00:00
parent 0575bc7cf0
commit 5ed98bc796

View file

@ -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 {