Remove limit

This commit is contained in:
Jason Zimdars
2025-03-31 14:45:00 -05:00
parent f16f0ae48f
commit 3ebfe6c509
+1 -1
View File
@@ -67,7 +67,7 @@
</h2>
<section class="cards--grid position-relative">
<% if (popped_bubbles = Filter.from_params(@filter.as_params.merge(indexed_by: "popped")).tap { |f| f.creator = Current.user }.bubbles).any? %>
<%= render partial: "bubbles/card", collection: popped_bubbles.limit(@display_count), as: :bubble, cached: true %>
<%= render partial: "bubbles/card", collection: popped_bubbles, as: :bubble, cached: true %>
<% else %>
<p class="txt-medium"><strong>Nothing here.</strong></p>
<% end %>