mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
feat(event): Wonderland 2019-20
This commit is contained in:
@@ -200,7 +200,7 @@ shops.getQuestShop = function getQuestShop (user, language) {
|
||||
categories: shops.getQuestShopCategories(user, language),
|
||||
featured: {
|
||||
text: i18n.t('featuredQuests'),
|
||||
items: featuredItems.quests.map(i => getItemInfo(user, i.type, get(content, i.path))),
|
||||
items: featuredItems.quests().map(i => getItemInfo(user, i.type, get(content, i.path))),
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user