feat(content): Armoire and BGs 201608 (#7868)

Plus: beta shops API fixes and front page user count update
This commit is contained in:
Sabe Jones
2016-08-03 14:55:12 -05:00
committed by GitHub
parent fb939e0300
commit 29498976ee
20 changed files with 95 additions and 39 deletions

View File

@@ -111,8 +111,8 @@ api.getSeasonalShopItems = {
let resObject = {
identifier: 'seasonalShop',
text: res.t('seasonalShop'),
notes: res.t('seasonalShopSummerText'),
imageName: 'seasonalshop_open',
notes: res.t('seasonalShopClosedText'),
imageName: 'seasonalshop_closed',
categories: shops.getSeasonalShopCategories(user, req.language),
};