bug fix — reviewed by hy
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -74,7 +74,7 @@ export default class PBProductListView extends Component { | @@ -74,7 +74,7 @@ export default class PBProductListView extends Component { | ||
74 | 74 | ||
75 | {rowData.tag ? | 75 | {rowData.tag ? |
76 | <View style={styles.tagView}> | 76 | <View style={styles.tagView}> |
77 | -+ <Text style= {styles.tag}>{rowData.tag}</Text> | 77 | + <Text style= {styles.tag}>{rowData.tag}</Text> |
78 | </View>: null} | 78 | </View>: null} |
79 | </View> | 79 | </View> |
80 | 80 |
-
Please register or login to post a comment