Don't show the filter if there aren't any tags

This commit is contained in:
Jason Zimdars
2025-08-27 18:56:06 -05:00
parent f54ee090b8
commit 2cb98a2e31
+1
View File
@@ -56,6 +56,7 @@ class User::Filtering
end
def show_tags?
return unless Tag.any?
expanded? || filter.tags.any?
end