mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Delightful Dinos Bundle
This commit is contained in:
@@ -30,7 +30,7 @@ shops.getMarketShop = function getMarketShop (user, language) {
|
||||
categories: shops.getMarketCategories(user, language),
|
||||
featured: {
|
||||
text: i18n.t('featuredItems'),
|
||||
items: featuredItems.market.map(i => getItemInfo(user, i.type, get(content, i.path))),
|
||||
items: featuredItems.market().map(i => getItemInfo(user, i.type, get(content, i.path))),
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user