|
@@ -110,7 +110,6 @@ const CategorySection = () => {
|
|
|
</View>
|
|
|
<ScrollView showsVerticalScrollIndicator={false}>
|
|
|
<View style={styles.categoriesNewsContainer}>
|
|
|
- <Text>{console.log(news)}</Text>
|
|
|
{news[categoryValue] !== undefined
|
|
|
? news[categoryValue].map((item) =>
|
|
|
<HorizontalNewsCardVariant
|