@@ -132,4 +134,4 @@ function render() {
document.addEventListener("turbolinks:load", function() {
render();
});
-
\ No newline at end of file
+
diff --git a/app/views/restored_objects/index.html.erb b/app/views/restored_objects/index.html.erb
index d565077..bf6c7e5 100644
--- a/app/views/restored_objects/index.html.erb
+++ b/app/views/restored_objects/index.html.erb
@@ -52,7 +52,7 @@
- <% @objects.sort[3..-1].each_with_index do |obj, index| %>
+ <% @objects.each_with_index do |obj, index| %>
<%= link_to image_tag(obj.featured_image, class:'card-img-top'), obj %>