mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fixes
This commit is contained in:
@@ -521,7 +521,14 @@ shops.getSeasonalShopCategories = function getSeasonalShopCategories (user, lang
|
||||
text: i18n.t(set),
|
||||
};
|
||||
|
||||
category.items = shops.getSeasonalGearBySet(user, set, officialPinnedItems, language, gearMatcher, false);
|
||||
category.items = shops.getSeasonalGearBySet(
|
||||
user,
|
||||
set,
|
||||
officialPinnedItems,
|
||||
language,
|
||||
gearMatcher,
|
||||
false,
|
||||
);
|
||||
|
||||
if (category.items.length > 0) {
|
||||
const item = category.items[0];
|
||||
|
||||
Reference in New Issue
Block a user