Merge pull request #4429 from xfalcox/fix-new-category-avatars

FIX: Avatars on new category page
This commit is contained in:
Guo Xiang Tan 2016-08-31 10:56:22 +08:00 committed by GitHub
commit e564f9356e

View file

@ -42,7 +42,7 @@ const DiscoveryCategoriesRoute = Discourse.Route.extend(OpenComposer, {
_loadCategoriesAndLatestTopics() {
const wrappedCategoriesList = PreloadStore.get("categories_list");
const topicListLatest = PreloadStore.get("topic_list_latest");
const categoriesList = wrappedCategoriesList && wrappedCategoriesList.categories_list;
const categoriesList = wrappedCategoriesList && wrappedCategoriesList.category_list;
if (categoriesList && topicListLatest) {
return new Ember.RSVP.Promise(resolve => {
const result = Ember.Object.create({