DEV: remove undefined `categoryPageStyle` (#24253)
This commit is contained in:
parent
2bd4cf69d0
commit
fb20f86784
|
@ -13,7 +13,6 @@
|
||||||
@connectorTagName="div"
|
@connectorTagName="div"
|
||||||
@outletArgs={{hash
|
@outletArgs={{hash
|
||||||
categories=this.model.categories
|
categories=this.model.categories
|
||||||
categoryPageStyle=this.categoryPageStyle
|
|
||||||
topics=this.model.topics
|
topics=this.model.topics
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
@ -51,7 +50,6 @@
|
||||||
@connectorTagName="div"
|
@connectorTagName="div"
|
||||||
@outletArgs={{hash
|
@outletArgs={{hash
|
||||||
categories=this.model.categories
|
categories=this.model.categories
|
||||||
categoryPageStyle=this.categoryPageStyle
|
|
||||||
topics=this.model.topics
|
topics=this.model.topics
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue