@@ -116,7 +116,7 @@ export class LoginComponent implements OnInit {
longitude: long,
accuracy: prec,
city: ciud,
- state: esta,
+ state: esta == '' ? '-' : esta,
country: pais,
}));