Skip to content

Commit

Permalink
Fix test failure on search for #4129
Browse files Browse the repository at this point in the history
  • Loading branch information
benwbrum committed Jun 3, 2024
1 parent 83515c0 commit 2b907e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/new_landing_page.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
li data-weight="#{collection_count}"
=link_to(ai_text, browse_tag_path(ai_text))

-if @search_results && @owners.empty?
-if @search_results && @org_owners.empty? && @individual_owners.empty?
-@search_results.each do |sr|
.project-list_projects
.projects-owner
Expand Down

0 comments on commit 2b907e6

Please sign in to comment.