refactor(01): empty value show '-'
This commit is contained in:
parent
4fedd3ad6a
commit
a56ac704ee
3 changed files with 44 additions and 12 deletions
|
|
@ -329,7 +329,7 @@ async function fetchBranchById(id: string) {
|
|||
zipCode: res.zipCode,
|
||||
email: res.email,
|
||||
contactName: res.contactName,
|
||||
contact: res.contact.length > 0 ? res.contact[0].telephoneNo : ' ',
|
||||
contact: res.contact.length > 0 ? res.contact[0].telephoneNo : '',
|
||||
telephoneNo: res.telephoneNo,
|
||||
longitude: res.longitude,
|
||||
latitude: res.latitude,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue