浏览代码

Fixed Default Comment Count

Savio Fernando 1 年之前
父节点
当前提交
33522ff5f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/screens/News/NewsDetailPage.js

+ 1 - 1
src/screens/News/NewsDetailPage.js

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