fix(development-scholarship):display_guarantorPosition
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m31s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-22 14:15:43 +07:00
parent b7c33cf25c
commit 8e1e5044c7

View file

@ -289,7 +289,9 @@ async function fetchDataDetail(id: string) {
? data.guarantorCitizenId
: "-";
dataGuarantor.name = `${data.guarantorPrefix}${data.guarantorFirstName} ${data.guarantorLastName}`;
dataGuarantor.position = data.position ? data.position : "-";
dataGuarantor.position = data.guarantorPosition
? data.guarantorPosition
: "-";
dataGuarantor.type = data.posTypeguarantorName
? data.posTypeguarantorName
: "-";