Class: Avo::Sidebar::SectionComponent

Inherits:
BaseItemComponent
  • Object
show all
Defined in:
app/components/avo/sidebar/section_component.rb

Instance Method Summary collapse

Instance Method Details

#iconObject



4
5
6
# File 'app/components/avo/sidebar/section_component.rb', line 4

def icon
  item.icon if item.icon.present?
end