Commit 383e6a83 authored by Trisno's avatar Trisno

rating order masih error

parent 57958b13
...@@ -328,7 +328,7 @@ class OrderDetail extends React.Component { ...@@ -328,7 +328,7 @@ class OrderDetail extends React.Component {
</TouchableOpacity>) : (null) </TouchableOpacity>) : (null)
} }
{ {/* {
this.state.trans_status == 4 ? ( this.state.trans_status == 4 ? (
<TouchableOpacity style={{ justifyContent: 'center' }} onPress={() => this.props.navigation.navigate('RatingOrder', { idTrans: item.id })}> <TouchableOpacity style={{ justifyContent: 'center' }} onPress={() => this.props.navigation.navigate('RatingOrder', { idTrans: item.id })}>
<View style={{ height: 40, borderRadius: 10, backgroundColor: '#CFB368', justifyContent: 'center', marginRight: 20, marginLeft: 20, marginTop: 50 }}> <View style={{ height: 40, borderRadius: 10, backgroundColor: '#CFB368', justifyContent: 'center', marginRight: 20, marginLeft: 20, marginTop: 50 }}>
...@@ -338,7 +338,7 @@ class OrderDetail extends React.Component { ...@@ -338,7 +338,7 @@ class OrderDetail extends React.Component {
) : ( ) : (
null null
) )
} } */}
<View style={{ marginVertical: 20 }} /> <View style={{ marginVertical: 20 }} />
......
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