diff --git a/app/components/tag_list_component.rb b/app/components/tag_list_component.rb index 48379e8ba..2b22640ba 100644 --- a/app/components/tag_list_component.rb +++ b/app/components/tag_list_component.rb @@ -36,7 +36,7 @@ class TagListComponent < ApplicationComponent end def is_underused_tag?(tag) - tag.post_count <= 1 && tag.general? + tag.post_count <= 1 && tag.general? && tag.name !~ /_\((cosplay|style)\)\z/ end def humanized_post_count(tag)