diff --git a/app/javascript/leftSidebar/TagsFollowed.jsx b/app/javascript/leftSidebar/TagsFollowed.jsx index 4370ec43a..031a4f6de 100644 --- a/app/javascript/leftSidebar/TagsFollowed.jsx +++ b/app/javascript/leftSidebar/TagsFollowed.jsx @@ -12,7 +12,7 @@ export const TagsFollowed = ({ tags = [] }) => { return ( {tags.map(({ name, id, points }) => - points >= 1 ? ( + points >= 0 ? (