fix: delete log

This commit is contained in:
Jakub Grzywacz 2021-07-12 14:31:18 +02:00
parent 80cff4649b
commit 567b5cb1f6
No known key found for this signature in database
GPG Key ID: 5BBB685871FF63C4
1 changed files with 0 additions and 5 deletions

View File

@ -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)