Skip to content

Commit

Permalink
Fix hidden selection bars on account views
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed Oct 28, 2024
1 parent 3cd364a commit e5eb69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/account/trades/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>

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

Expand Down
2 changes: 1 addition & 1 deletion app/views/account/transactions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>

<div id="transactions" data-controller="bulk-select" data-bulk-select-resource-value="<%= t(".transaction") %>">
<div hidden id="transaction-selection-bar" data-bulk-select-target="selectionBar">
<div id="transaction-selection-bar" data-bulk-select-target="selectionBar" class="flex justify-center hidden">
<%= render "selection_bar" %>
</div>

Expand Down

0 comments on commit e5eb69b

Please sign in to comment.