remove old sys

This commit is contained in:
Warunee Tamkoo 2024-11-21 13:56:50 +07:00
parent 00db6b6619
commit 1f76194664
254 changed files with 88 additions and 98844 deletions

View file

@ -41,7 +41,7 @@ async function fetchDataProfile(data: DataProfile) {
fetchCheckAvatar(data.profileId);
}
profile.id = data.profileId;
profile.fullName = `${data.rank ? data.rank : data.prefix ?? ""}${data.firstName ?? ""} ${
profile.fullName = `${data.prefix ?? ""}${data.firstName ?? ""} ${
data.lastName ?? ""
} `;