mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
WIP(shop): add timings to categories
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user