feat(content): Delightful Dinos Bundle

This commit is contained in:
Sabe Jones
2019-11-14 15:08:45 -06:00
parent d49c89eff8
commit 645f40f7e0
9 changed files with 303 additions and 240 deletions

View File

@@ -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))),
},
};
};