From c456950de87598717e45a5ae838615483242025a Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Mon, 2 Dec 2024 14:06:56 -0500 Subject: [PATCH] Fix transaction filters selection bar controller error --- app/views/transactions/index.html.erb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/transactions/index.html.erb b/app/views/transactions/index.html.erb index 615580497cf..4008af8e3b5 100644 --- a/app/views/transactions/index.html.erb +++ b/app/views/transactions/index.html.erb @@ -10,10 +10,11 @@ class="overflow-y-auto flex flex-col bg-white rounded-xl border border-alpha-black-25 shadow-xs p-4"> <%= render "transactions/searches/search" %> + + <% if @transaction_entries.present? %> -