fix: missing zip code when issue doc
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
47907f61ab
commit
c430fc3c7a
1 changed files with 2 additions and 0 deletions
|
|
@ -353,6 +353,8 @@ function addressFull(addr: FullAddress, lang: "th" | "en" = "en") {
|
|||
break;
|
||||
}
|
||||
|
||||
if (addr.subDistrict) fragments.push(addr.subDistrict.zipCode);
|
||||
|
||||
return fragments.join(" ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue