WIP(shops): start wiring up buy modals

This commit is contained in:
Sabe Jones
2024-03-11 16:09:16 -05:00
parent 0ead06937b
commit 0aa9d4d1d5
14 changed files with 28 additions and 38 deletions

View File

@@ -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)