# frozen_string_literal: true class AnnotationReflex < ApplicationReflex def render_document_search_results(results) opts = { is_citing_document: true } morph "tbody#documentSearchResultTable", render(partial: "document_search_results_table", locals: { search_results: results, opts: opts }) end end