Remove debug

This commit is contained in:
Jason Zimdars
2025-04-28 22:45:54 +02:00
parent 9d6e40904f
commit de13f85949
+1 -3
View File
@@ -27,9 +27,7 @@
data: { controller: "form" } do |form| %>
<%= render "events/filter/all_collections_option", form: form, filter: filter %>
<menu data-filter-target="list" contents>
<% 20.times do %>
<%= render partial: "events/filter/collection_option", collection: Current.user.collections, as: :collection, locals: { form: form, filter: filter } %>
<% end %>
<%= render partial: "events/filter/collection_option", collection: Current.user.collections, as: :collection, locals: { form: form, filter: filter } %>
</menu>
<% end %>