Skip to content

Commit

Permalink
Address code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed May 30, 2024
1 parent 312eb97 commit 90c9dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_contributors.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= return if contributors.blank? %>

<% contributors.uniq.map do |contributor| %>
<% contributors.uniq do |contributor| %>
<li><%= link_to contributor['value'], results_path({ advanced: true, contributors: contributor['value'] }) %></li>
<% end %>

0 comments on commit 90c9dce

Please sign in to comment.