fix: delete log
This commit is contained in:
parent
80cff4649b
commit
567b5cb1f6
|
@ -63,11 +63,6 @@ export const Categories = ({ flatListRef, scrollNav }: CategoriesProps) => {
|
||||||
<View
|
<View
|
||||||
style={[styles.navigation, { backgroundColor: categoryContainerColor }]}
|
style={[styles.navigation, { backgroundColor: categoryContainerColor }]}
|
||||||
>
|
>
|
||||||
{console.log(
|
|
||||||
CATEGORIES_NAVIGATION.filter(
|
|
||||||
({ category }) => !disabledCategory.includes(category)
|
|
||||||
)
|
|
||||||
)}
|
|
||||||
<FlatList
|
<FlatList
|
||||||
data={CATEGORIES_NAVIGATION.filter(
|
data={CATEGORIES_NAVIGATION.filter(
|
||||||
({ category }) => !disabledCategory.includes(category)
|
({ category }) => !disabledCategory.includes(category)
|
||||||
|
|
Loading…
Reference in New Issue