Explorar o código

Fixed Default Comment Count

Savio Fernando hai 1 ano
pai
achega
33522ff5f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>