Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
binarygit committed Aug 12, 2024
1 parent 106072a commit 208f113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/avo/sidebar/section_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Avo::Sidebar::SectionComponent < Avo::Sidebar::BaseItemComponent
def render?
items.any? do |item|
items.any? do |item|
if item.is_a? Avo::Menu::Group
item.items.find(&:visible?)
else
Expand Down

0 comments on commit 208f113

Please sign in to comment.