This commit is contained in:
Phillip Thelen
2024-05-13 14:00:44 +02:00
parent c3b17e3db0
commit 6afdffae92
10 changed files with 15 additions and 103 deletions

View File

@@ -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];