completionId: cgen-64ce5f4b7fc34077a6ee23569dd76b82
cgen-64ce5f4b7fc34077a6ee23569dd76b82
This commit is contained in:
parent
46e8d54a20
commit
c8d65048de
1 changed files with 5 additions and 0 deletions
|
|
@ -291,6 +291,11 @@ const ProfilePassport = () => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Set creator profile data
|
||||||
|
if (creator) {
|
||||||
|
setCreatorProfile(creator);
|
||||||
|
}
|
||||||
|
|
||||||
setNotFound(false);
|
setNotFound(false);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue