mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
fix(shops): open Seasonal Shop in API
This commit is contained in:
parent
3d2d01f647
commit
e820b55080
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ api.getSeasonalShopItems = {
|
|||
let resObject = {
|
||||
identifier: 'seasonalShop',
|
||||
text: res.t('seasonalShop'),
|
||||
notes: res.t('seasonalShopClosedText'),
|
||||
imageName: 'seasonalshop_closed',
|
||||
notes: res.t('seasonalShopFallText'),
|
||||
imageName: 'seasonalshop_open',
|
||||
categories: shops.getSeasonalShopCategories(user, req.language),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue