diff --git a/src/components/Dialogs/PopupPersonalNew.vue b/src/components/Dialogs/PopupPersonalNew.vue index 02ff81390..be801f939 100644 --- a/src/components/Dialogs/PopupPersonalNew.vue +++ b/src/components/Dialogs/PopupPersonalNew.vue @@ -116,9 +116,7 @@ async function fetchInformation(id: string) { imformation.age = data.birthDate ? calculateAge(data.birthDate) : "-"; imformation.gender = data.gender ?? "-"; - avatar.fullname = `${data.rank ? data.rank : data.prefix}${ - data.firstName - } ${data.lastName}`; + avatar.fullname = `${data.prefix}${data.firstName} ${data.lastName}`; avatar.position = data.position ? data.position : "-"; if (data.avatarName) { diff --git a/src/components/TableHistory.vue b/src/components/TableHistory.vue index 5a90b507c..3eb9f8231 100644 --- a/src/components/TableHistory.vue +++ b/src/components/TableHistory.vue @@ -125,7 +125,7 @@ - - - -