Fix crafting recipe key

This commit is contained in:
MyNameIsBatman 2022-10-26 09:45:57 -03:00
parent 0ae6373a95
commit 71136b3f34

View File

@ -80,7 +80,7 @@ const useFurnitureCraftingWidgetState = () =>
const iconUrl = GetRoomEngine().getFurnitureFloorIconUrl(itemId);
newValue.push({
name: recipe.itemName,
name: recipe.recipeName,
localizedName: LocalizeText('roomItem.name.' + itemId),
iconUrl
});