mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
lint file
This commit is contained in:
@@ -441,7 +441,8 @@ export default {
|
||||
},
|
||||
|
||||
categoriesTopicsList() {
|
||||
const setting = this.container.lookup("site-settings:main").desktop_category_page_style;
|
||||
const setting = this.container.lookup("site-settings:main")
|
||||
.desktop_category_page_style;
|
||||
switch (setting) {
|
||||
case "categories_with_featured_topics":
|
||||
return $(".latest .featured-topic");
|
||||
|
||||
Reference in New Issue
Block a user