We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a246268 commit 7b4fa3dCopy full SHA for 7b4fa3d
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