Use the same collection for the list

This commit is contained in:
Jason Zimdars
2024-10-03 15:10:21 -05:00
parent 16ca77665a
commit b81b6c3ce4
+1 -1
View File
@@ -33,6 +33,6 @@
</header>
<ul class="unpad margin-none flex flex-column txt-align-start center">
<%= render partial: "bubbles/list/bubble", collection: @bubbles.reverse_chronologically %>
<%= render partial: "bubbles/list/bubble", collection: @bubbles.ordered_by_activity %>
</ul>
</section>