Skip to content

Commit f6e8c97

Browse files
committed
wip
1 parent 7ca74b1 commit f6e8c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/spotlight/catalog/_document_admin_table.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</tr>
1111
</thead>
1212
13-
<% document_presenters = documents.map { |doc| { document: document_presenter(doc) } } -%>
13+
<% document_presenters = documents.map { |doc| document_presenter(doc) } -%>
1414
<%= render view_config.document_component.with_collection(document_presenters) %>
1515
</table>

0 commit comments

Comments
 (0)