Skip to content

Commit

Permalink
removed console comment as instructed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourabh782 committed Aug 4, 2024
1 parent 9f22f37 commit 44174d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/Posts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const Posts = () => {

const handleSearch = () => {
fetchPosts(page, 12, searchQuery, filterTags);
// console.log(searchQuery)
};

if (loading) {
Expand Down

0 comments on commit 44174d4

Please sign in to comment.