diff --git a/mobile-ui/components/AgregarInvitados.js b/mobile-ui/components/AgregarInvitados.js index e8c80b66..5e4a942f 100644 --- a/mobile-ui/components/AgregarInvitados.js +++ b/mobile-ui/components/AgregarInvitados.js @@ -92,6 +92,10 @@ export default function AgregarInvitados({ navigation }) { Teléfono setPhone(value)} /> + + Placa + setPhone(value)} /> + diff --git a/mobile-ui/components/AreaComun.js b/mobile-ui/components/AreaComun.js index b3cdb038..c419786d 100644 --- a/mobile-ui/components/AreaComun.js +++ b/mobile-ui/components/AreaComun.js @@ -72,7 +72,9 @@ export default function AreaComun({navigation}){ "finish_time": endSelectedHours + ":" +endSelectedMinutes, "date_entry": date, "user_id" : user._id, - "common_area_id": service + "common_area_id": service, + "common_area_name": "", + "community_id": "" } diff --git a/mobile-ui/components/Profile.js b/mobile-ui/components/Profile.js index dc15f209..76b45b55 100644 --- a/mobile-ui/components/Profile.js +++ b/mobile-ui/components/Profile.js @@ -89,10 +89,10 @@ export default function Profile({ navigation }) { DNI - + {/* Teléfono - + */} Nombre setName(value) }/>