fix cancel button reservas

This commit is contained in:
Maria Sanchez 2022-08-31 23:01:28 -06:00
parent b6e44c80c8
commit e58ddbb4df
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export default function AreaComun({navigation}){
<Button mt="10" backgroundColor="tertiary.600" onPress={()=> postReserva()}>
Reservar
</Button>
<Button mt="3" colorScheme="error" onPress={() => navigation.navigate('Comunicados')}>
<Button mt="3" colorScheme="error" onPress={() => navigation.navigate('Mis Reservas')}>
Cancelar
</Button>
</VStack>