Skip to content

Commit 7b4fa3d

Browse files
M Shafique QadriM Shafique Qadri
authored andcommitted
Unread message thread issue resolved
1 parent a246268 commit 7b4fa3d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

native/ChatItem/ChatItem.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ export class ChatItem extends Component {
6464
style={styles.rceCitemBodyTopTitle}>
6565
{this.props.subtitle}
6666
</Text>
67-
<View
68-
style={styles.rceCitemBodyBottomStatus}>
69-
{
70-
this.props.unread > 0 &&
67+
{
68+
this.props.unread > 0 &&
69+
<View
70+
style={styles.rceCitemBodyBottomStatus}>
7171
<Text
7272
style={styles.rceCitemBodyBottomStatusText}>
7373
{this.props.unread}
7474
</Text>
75-
}
76-
</View>
75+
</View>
76+
}
7777
</View>
7878
</View>
7979
</View>

0 commit comments

Comments
 (0)