DEV: Run prettier

This commit is contained in:
Daniel Waterworth 2019-11-05 22:30:23 +00:00
parent 59241df251
commit e3b7f07916

View File

@ -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) {