mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -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["TagsShowCategoryNoneRoute"] = TagsShowRoute.extend({ noSubcategories: true });
|
||||
app["TagsShowCategoryNoneRoute"] = TagsShowRoute.extend({
|
||||
noSubcategories: true
|
||||
});
|
||||
app["TagsShowParentCategoryRoute"] = TagsShowRoute.extend();
|
||||
|
||||
site.get("filters").forEach(function(filter) {
|
||||
|
Loading…
Reference in New Issue
Block a user