|
@@ -240,7 +240,7 @@ const NewsDetailPage = props => {
|
|
color={colors().primaryColor}
|
|
color={colors().primaryColor}
|
|
/>
|
|
/>
|
|
<Text style={styles.commentText}>
|
|
<Text style={styles.commentText}>
|
|
- {comments.results.length ?? 123} COMMENTS
|
|
|
|
|
|
+ {comments.results.length ?? 0} COMMENTS
|
|
</Text>
|
|
</Text>
|
|
</View>
|
|
</View>
|
|
</TouchableWithoutFeedback>
|
|
</TouchableWithoutFeedback>
|