DEV: Run prettier
This commit is contained in:
parent
59241df251
commit
e3b7f07916
|
@ -95,7 +95,9 @@ export default {
|
||||||
});
|
});
|
||||||
|
|
||||||
app["TagsShowCategoryRoute"] = TagsShowRoute.extend();
|
app["TagsShowCategoryRoute"] = TagsShowRoute.extend();
|
||||||
app["TagsShowCategoryNoneRoute"] = TagsShowRoute.extend({ noSubcategories: true });
|
app["TagsShowCategoryNoneRoute"] = TagsShowRoute.extend({
|
||||||
|
noSubcategories: true
|
||||||
|
});
|
||||||
app["TagsShowParentCategoryRoute"] = TagsShowRoute.extend();
|
app["TagsShowParentCategoryRoute"] = TagsShowRoute.extend();
|
||||||
|
|
||||||
site.get("filters").forEach(function(filter) {
|
site.get("filters").forEach(function(filter) {
|
||||||
|
|
Loading…
Reference in New Issue