Fix: use the proper filter

This commit is contained in:
Jorge Manrubia
2025-09-09 11:46:29 +02:00
parent 0864c91770
commit e3aabaafbf
@@ -15,6 +15,6 @@
</div>
<% end %>
<% else %>
<p class="txt-normal translucent"><%= @user_filtering.any? ? "No matches" : "Nothing here" %></p>
<p class="txt-normal translucent"><%= filter.any? ? "No matches" : "Nothing here" %></p>
<% end %>
</section>