Browse Source

Rubocop

pull/122/head
baarkerlounger 4 years ago
parent
commit
9c47515232
  1. 1
      app/components/tab_navigation_component.rb

1
app/components/tab_navigation_component.rb

@ -3,6 +3,7 @@ class TabNavigationComponent < ViewComponent::Base
def initialize(items:) def initialize(items:)
@items = items @items = items
super
end end
def strip_query(url) def strip_query(url)

Loading…
Cancel
Save