We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca5416 commit 8d83da0Copy full SHA for 8d83da0
src/components/Blogs/Blogs.tsx
@@ -76,7 +76,7 @@ const Blogs: React.FC = () => {
76
const posts = usePosts()
77
78
if (posts.posts.find(function(post) {
79
- return post.visibility == 'Public'
+ return post.visibility === 'Public'
80
}) === undefined) {
81
82
return (
0 commit comments