Commit 4c0f1f12 authored by William Goszal's avatar William Goszal 🚴

Fix tombol call di outlet list, harusnya phone_number bukan phone

parent 81022a52
...@@ -233,7 +233,7 @@ class Outlets extends React.Component { ...@@ -233,7 +233,7 @@ class Outlets extends React.Component {
</View> </View>
<View style={{ flex: 2, flexDirection: 'row' }}> <View style={{ flex: 2, flexDirection: 'row' }}>
<View style={{ margin: 5 }}> <View style={{ margin: 5 }}>
<TouchableOpacity onPress={() => { Linking.openURL('tel:' + item.phone) }}> <TouchableOpacity onPress={() => { Linking.openURL('tel:' + item.phone_number) }}>
<Icon <Icon
name='ios-call' name='ios-call'
type='ionicon' type='ionicon'
......
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