FIX: Do not add `"tag-"` class to pages with no tag filter (#25677)
This commit is contained in:
parent
02177bb46d
commit
915f7cdb27
|
@ -1,4 +1,7 @@
|
|||
<AddCategoryTagClasses @category={{@category}} @tags={{array @tag.id}} />
|
||||
<AddCategoryTagClasses
|
||||
@category={{@category}}
|
||||
@tags={{if @tag (array @tag.id)}}
|
||||
/>
|
||||
|
||||
{{#if @category}}
|
||||
<PluginOutlet
|
||||
|
|
Loading…
Reference in New Issue