Skip to content

Commit

Permalink
Fix transaction filters selection bar controller error
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed Dec 2, 2024
1 parent 9ec94cd commit c456950
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/transactions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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" %>

<div id="entry-selection-bar" data-bulk-select-target="selectionBar" class="flex justify-center hidden">
<%= render "account/transactions/selection_bar" %>
</div>

<% if @transaction_entries.present? %>
<div id="entry-selection-bar" data-bulk-select-target="selectionBar" class="flex justify-center hidden">
<%= render "account/transactions/selection_bar" %>
</div>
<div class="grow overflow-y-auto">
<div class="grid grid-cols-12 bg-gray-25 rounded-xl px-5 py-3 text-xs uppercase font-medium text-gray-500 items-center mb-4">
<div class="pl-0.5 col-span-6 flex items-center gap-4">
Expand Down

0 comments on commit c456950

Please sign in to comment.