diff --git a/app/views/search/_result_primo.html.erb b/app/views/search/_result_primo.html.erb
index 7b8d47ac..ff43c851 100644
--- a/app/views/search/_result_primo.html.erb
+++ b/app/views/search/_result_primo.html.erb
@@ -14,69 +14,68 @@
<% end %>
- <%# FRBR indicator: show a small callout and link to the Primo record %>
- <% if result[:dedup_record] %>
-
- Multiple versions found.
- <% frbr_link = result[:links]&.find { |link| link['kind'].to_s.downcase.include?('full') && link['kind'].to_s.downcase.include?('record') }&.dig('url') %>
- <% if frbr_link %>
- <%= link_to 'Expand to all editions/formats', frbr_link, class: 'button frbr-link', aria: { label: "View all editions for #{result[:title]}" } %>
- <% end %>
-
- <% else %>
+