소스 검색

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>