WIP(shop): add timings to categories

This commit is contained in:
Sabe Jones
2024-04-23 10:50:45 -05:00
parent 7baec4e48e
commit 8df326bf92
3 changed files with 9 additions and 5 deletions

View File

@@ -618,6 +618,7 @@ shops.getCustomizationsShopCategories = function getCustomizationsShopCategories
hairStyle,
officialPinnedItems,
language,
hairType === 'color' ? customizationMatcher : null,
);
category.items.push(item);
}
@@ -643,6 +644,7 @@ shops.getCustomizationsShopCategories = function getCustomizationsShopCategories
appearance,
officialPinnedItems,
language,
type === 'skin' ? customizationMatcher : null,
);
category.items.push(item);
}