CSR-1954 | Formatting
This commit is contained in:
parent
5b5417f4a9
commit
6cec4d316f
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ defineRule("mobile-location-required", (value) => {
|
|||
!value.addressQuestions.state ||
|
||||
!value.addressQuestions.zipCode ||
|
||||
!value.isVehicleProtected
|
||||
) {
|
||||
) {
|
||||
return errorMessages.MOBILE_LOCATION_REQUIRED;
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue