diff --git a/app/components/citation_index_table_component.rb b/app/components/citation_index_table_component.rb index d38d8c3..29b1874 100644 --- a/app/components/citation_index_table_component.rb +++ b/app/components/citation_index_table_component.rb @@ -22,8 +22,8 @@ class CitationIndexTableComponent < BaseComponent end def citator_path - return document_path(search_result.document.id, is_citator_tab: true) if search_result.document.present? + return document_path(search_result.document.id) if search_result.document.present? - document_path(search_result.id, is_citator_tab: true) + document_path(search_result.id) end end