mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
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
Block a user