Skip to content

Commit

Permalink
Update blogsData.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ramo-dev authored Apr 16, 2024
1 parent 2a97fbd commit fb5fddc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/blogsData/blogsData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,7 @@ const BlogsData = () => {
))
)}
{!isLoading && BlogsData.length === 0 && <h1>No Posts Found</h1>}
{query !== "" && match === 0 && (
<h1 className="match">No Blogs Found</h1>
)}

</div>
</div>
{isLoggedin ? (
Expand Down

0 comments on commit fb5fddc

Please sign in to comment.