mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
WIP(shops): start wiring up buy modals
This commit is contained in:
@@ -549,7 +549,7 @@ shops.getCustomizationsShopCategories = function getCustomizationsShopCategories
|
||||
const officialPinnedItems = getOfficialPinnedItems();
|
||||
|
||||
const backgroundsCategory = {
|
||||
identifier: 'backgrounds',
|
||||
identifier: 'background',
|
||||
text: i18n.t('backgrounds', language),
|
||||
};
|
||||
backgroundsCategory.items = values(content.backgroundsFlat)
|
||||
|
||||
Reference in New Issue
Block a user