diff --git a/src/components/Feed/Feed.jsx b/src/components/Feed/Feed.jsx index ea235ca..5aa7e8d 100644 --- a/src/components/Feed/Feed.jsx +++ b/src/components/Feed/Feed.jsx @@ -69,7 +69,6 @@ function Feed({friends}) { } }; - console.log(posts[0]); return (
@@ -79,7 +78,7 @@ function Feed({friends}) { - + {filteredPosts.length === 0 ? (

No results found...

) :