Commit 6c13851b authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo
parents ffb55903 3601ac20
......@@ -435,6 +435,7 @@ class ShoppingCart extends React.Component {
this.props.voucher === [] ? (
<> </>
) : (
<TouchableOpacity onPress={() => this.props.navigation.navigate('Reward Select')}>
<Card style={{ padding: 5, margin: 10 }}>
<View>
<Image source={{ uri: this.props.voucher.title_image }}
......@@ -453,6 +454,7 @@ class ShoppingCart extends React.Component {
</View>
</View>
</Card>
</TouchableOpacity>
)
}
......
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