We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db937da commit 21d5599Copy full SHA for 21d5599
admin/app/components/solidus_admin/products/show/categories/new/component.rb
@@ -11,7 +11,7 @@ def initialize(product:, taxon: nil)
11
def parent_taxon_options
12
@parent_taxon_options ||= Spree::Taxon.order(:lft).pluck(:name, :id, :depth).map do
13
name, id, depth = _1
14
- ["#{" " * depth} → #{name}", id, { data: { item_label: name } }]
+ ["#{' ' * depth} → #{name}", id, { data: { item_label: name } }]
15
end
16
17
0 commit comments