Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2025-07-07 10:38:21 +07:00
commit ee4428aac2
3 changed files with 4 additions and 1 deletions

View file

@ -39,6 +39,8 @@ const profileId = ref<string | null>("");
async function fetchDataProfile(data: DataProfile) {
if (data.profileId) {
fetchCheckAvatar(data.profileId);
} else {
profile.avatar = data?.avatar ? data.avatar : "";
}
profile.id = data.profileId;
profile.fullName = `${data.prefix ?? ""}${data.firstName ?? ""} ${