Przeglądaj źródła

Fixed Default Comment Count

Savio Fernando 1 rok temu
rodzic
commit
33522ff5f8
1 zmienionych plików z 1 dodań i 1 usunięć
  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>