Commit 22b7ac76 by Giang Tran

update code

parent 10e869c7
...@@ -24,7 +24,6 @@ const Item = (props) => { ...@@ -24,7 +24,6 @@ const Item = (props) => {
} }
style={styles.container}> style={styles.container}>
<Block flex={1} row> <Block flex={1} row>
<View style={styles.wrapLeft} />
<View style={styles.wrapDate}> <View style={styles.wrapDate}>
<Image source={{uri: item.icon}} style={styles.imgIcon} /> <Image source={{uri: item.icon}} style={styles.imgIcon} />
</View> </View>
......
...@@ -23,7 +23,6 @@ const Item = (props) => { ...@@ -23,7 +23,6 @@ const Item = (props) => {
} }
style={styles.container}> style={styles.container}>
<Block flex={1} row> <Block flex={1} row>
<View style={styles.wrapLeft} />
<View style={styles.wrapDate}> <View style={styles.wrapDate}>
<Image source={{uri: item.icon}} style={styles.imgIcon} /> <Image source={{uri: item.icon}} style={styles.imgIcon} />
</View> </View>
......
...@@ -16,7 +16,6 @@ const Item = (props) => { ...@@ -16,7 +16,6 @@ const Item = (props) => {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<Block flex={1} row> <Block flex={1} row>
<View style={styles.wrapLeft} />
<View style={styles.wrapDate}> <View style={styles.wrapDate}>
<Image source={R.images.iconRecharge} style={styles.imgIcon} /> <Image source={R.images.iconRecharge} style={styles.imgIcon} />
</View> </View>
......
...@@ -21,7 +21,6 @@ const Item = (props) => { ...@@ -21,7 +21,6 @@ const Item = (props) => {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<Block flex={1} row> <Block flex={1} row>
<View style={styles.wrapLeft} />
<View style={styles.wrapDate}> <View style={styles.wrapDate}>
<Image source={R.images.iconRecharge} style={styles.imgIcon} /> <Image source={R.images.iconRecharge} style={styles.imgIcon} />
</View> </View>
......
...@@ -21,7 +21,6 @@ const Item = (props) => { ...@@ -21,7 +21,6 @@ const Item = (props) => {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<Block flex={1} row> <Block flex={1} row>
<View style={styles.wrapLeft} />
<View style={styles.wrapDate}> <View style={styles.wrapDate}>
<Image source={R.images.iconRecharge} style={styles.imgIcon} /> <Image source={R.images.iconRecharge} style={styles.imgIcon} />
</View> </View>
......
...@@ -21,7 +21,6 @@ const Item = (props) => { ...@@ -21,7 +21,6 @@ const Item = (props) => {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<Block flex={1} row> <Block flex={1} row>
<View style={styles.wrapLeft} />
<View style={styles.wrapDate}> <View style={styles.wrapDate}>
<Image source={R.images.iconRecharge} style={styles.imgIcon} /> <Image source={R.images.iconRecharge} style={styles.imgIcon} />
</View> </View>
......
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