fix area comun horas
This commit is contained in:
parent
11bf753ca4
commit
73bd3c5adb
|
@ -147,13 +147,6 @@ export default function AreaComun({navigation}){
|
||||||
<DateTimePicker mode="datetime" is24Hour value={time} onChangeStart={onChangeStart}/>
|
<DateTimePicker mode="datetime" is24Hour value={time} onChangeStart={onChangeStart}/>
|
||||||
</View>
|
</View>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<FormControl isRequired>
|
|
||||||
<FormControl.Label>Hora de finalización</FormControl.Label>
|
|
||||||
<View >
|
|
||||||
<DateTimePicker mode="datetime" is24Hour value={endTime} onChangeEnd={onChangeEnd}/>
|
|
||||||
</View>
|
|
||||||
|
|
||||||
</FormControl>
|
|
||||||
|
|
||||||
|
|
||||||
<Button mt="10" backgroundColor="tertiary.600" onPress={()=> postReserva()}>
|
<Button mt="10" backgroundColor="tertiary.600" onPress={()=> postReserva()}>
|
||||||
|
|
Loading…
Reference in New Issue