Skip to content

Commit

Permalink
fix: sidebars on community tier (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Nov 23, 2023
1 parent 83c7aa5 commit 9f95105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/avo/resource_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def main_panel
end

def sidebars
return if Avo.license.lacks_with_trial(:resource_sidebar)
return [] if Avo.license.lacks_with_trial(:resource_sidebar)

@item.items.select do |item|
item.is_sidebar?
Expand Down

0 comments on commit 9f95105

Please sign in to comment.