We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a246268 + 7b4fa3d commit fab512aCopy full SHA for fab512a
1 file changed
native/ChatItem/ChatItem.js
@@ -64,16 +64,16 @@ export class ChatItem extends Component {
64
style={styles.rceCitemBodyTopTitle}>
65
{this.props.subtitle}
66
</Text>
67
- <View
68
- style={styles.rceCitemBodyBottomStatus}>
69
- {
70
- this.props.unread > 0 &&
+ {
+ this.props.unread > 0 &&
+ <View
+ style={styles.rceCitemBodyBottomStatus}>
71
<Text
72
style={styles.rceCitemBodyBottomStatusText}>
73
{this.props.unread}
74
75
- }
76
- </View>
+ </View>
+ }
77
</View>
78
79
0 commit comments