Commit 11922b99 authored by Trisno's avatar Trisno

matikan mode delivery jika belum selesai pilih alamat

parent deed170a
......@@ -282,10 +282,10 @@ class Home extends React.Component {
}
_delivery() {
let typeProps = {
type_pickup: false,
}
this.props.setTypePickup(typeProps);
// let typeProps = {
// type_pickup: false,
// }
// this.props.setTypePickup(typeProps);
this.props.navigation.navigate('Delivery Address', { from: 'home' });
}
......
......@@ -173,10 +173,10 @@ class ShoppingCart extends React.Component {
balanceused: 0
})
let typeProps = {
type_pickup: false,
}
this.props.setTypePickup(typeProps);
// let typeProps = {
// type_pickup: false,
// }
// this.props.setTypePickup(typeProps);
this.props.navigation.navigate("Delivery Address", { from: 'shoppingCart' })
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment