diff --git a/app/presenters/tag_set_presenter.rb b/app/presenters/tag_set_presenter.rb index ecd95181e..feb87ddb5 100644 --- a/app/presenters/tag_set_presenter.rb +++ b/app/presenters/tag_set_presenter.rb @@ -125,7 +125,7 @@ private post_count = counts[tag].to_s end - is_underused_tag = counts[tag].to_i <= 10 && categories[tag] == Tag.categories.general + is_underused_tag = counts[tag].to_i <= 1 && categories[tag] == Tag.categories.general html << %{#{post_count}} end