CSR-347: fix errant semi colon
This commit is contained in:
parent
1ed8063e94
commit
c07f259dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ export default {
|
|||
{
|
||||
licenseLastName: lastName,
|
||||
licenseStreetAddress: streetAddress,
|
||||
licenseZip: (typeof zip !== "string") ? zip.toString() : zip;
|
||||
licenseZip: (typeof zip !== "string") ? zip.toString() : zip,
|
||||
licenseState: state,
|
||||
}, false
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue