Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdonarski committed Oct 18, 2023
1 parent b458feb commit 40a4e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/spree/admin/tabs/tab_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TabBuilder

def initialize(config)
@icon_name = config[:icon_name]
@key = config[:key]
@key = config[:key]
@url = config[:url]
@classes = config[:classes]
@partial_name = config[:partial_name]
Expand Down

0 comments on commit 40a4e5e

Please sign in to comment.