CSR-1954 | Formatting

This commit is contained in:
Scott Kiener 2024-02-06 09:52:15 -05:00
parent 5b5417f4a9
commit 6cec4d316f

View file

@ -157,7 +157,7 @@ defineRule("mobile-location-required", (value) => {
!value.addressQuestions.state ||
!value.addressQuestions.zipCode ||
!value.isVehicleProtected
) {
) {
return errorMessages.MOBILE_LOCATION_REQUIRED;
}
return true;