Commit 5ee9d456 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

change butoon debug

parent 54813e71
......@@ -428,7 +428,7 @@ class Home extends React.Component {
<ActivityIndicator style={{ justifyContent: "center" }} size="large" color="#c9af6d" />
</Card>
</View>
) :
) :
this.state.account_number == "" ? (
<View style={styles.card}>
<Card style={{ padding: 10, margin: 10, alignContent: 'center', backgroundColor: '#838383' }}>
......@@ -606,8 +606,7 @@ class Home extends React.Component {
<TouchableOpacity
// style={styles.submitUpgradePemium}
activeOpacity={.5}
// onPress={() => this.props.navigation.navigate('TopUpInfo')}
onPress={() => this.handleClaimCredit()}
onPress={() => this.props.navigation.navigate('TopUpInfo')}
>
<View style={{
flex: 0.5,
......
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