diff --git a/app/views/taggings/_explore_by_combination.html.erb b/app/views/taggings/_explore_by_combination.html.erb index 71ec068be..f167469bb 100644 --- a/app/views/taggings/_explore_by_combination.html.erb +++ b/app/views/taggings/_explore_by_combination.html.erb @@ -23,7 +23,7 @@ <% selected_sectors = @sector_names_all.to_s.split("--").map(&:strip).reject(&:blank?) %> - <% Sector.published.order(:name).each do |sector| %> + <% Sector.published.has_taggings.order(:name).each do |sector| %>