Skip to content

Commit

Permalink
Migrate to Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Dec 8, 2024
1 parent 4f5b461 commit 96529fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/Comment/CommentFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const CommentFeed: FC<CommentFeedProps> = ({ postId }) => {
referencedPost: postId,
referenceTypes: [PostReferenceType.CommentOn],
visibilityFilter: showHiddenComments
? PostVisibilityFilter.Visible
: PostVisibilityFilter.Hidden
? PostVisibilityFilter.Hidden
: PostVisibilityFilter.Visible
};

const { data, error, fetchMore, loading } = usePostReferencesQuery({
Expand Down

0 comments on commit 96529fd

Please sign in to comment.