Parcourir la source

Fixed Default Comment Count

Savio Fernando il y a 1 an
Parent
commit
33522ff5f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>