Skip to content

Commit

Permalink
revert: customFilters usage on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Feb 28, 2024
1 parent c99267e commit ab7cdcc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/components/Comment/Feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ const Feed: FC<FeedProps> = ({ isHidden, publicationId }) => {
id: publicationId,
ranking: { filter: CommentRankingFilterType.Relevant }
},
...(!showHiddenComments && {
customFilters: [CustomFiltersType.Gardeners]
})
customFilters: [CustomFiltersType.Gardeners]
}
};

Expand Down

1 comment on commit ab7cdcc

@vercel
Copy link

@vercel vercel bot commented on ab7cdcc Feb 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz

Please sign in to comment.