Commit 22b7ac76 by Giang Tran

update code

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