mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-17 01:12:37 +01:00
Fix crafting recipe key
This commit is contained in:
parent
0ae6373a95
commit
71136b3f34
@ -80,7 +80,7 @@ const useFurnitureCraftingWidgetState = () =>
|
|||||||
const iconUrl = GetRoomEngine().getFurnitureFloorIconUrl(itemId);
|
const iconUrl = GetRoomEngine().getFurnitureFloorIconUrl(itemId);
|
||||||
|
|
||||||
newValue.push({
|
newValue.push({
|
||||||
name: recipe.itemName,
|
name: recipe.recipeName,
|
||||||
localizedName: LocalizeText('roomItem.name.' + itemId),
|
localizedName: LocalizeText('roomItem.name.' + itemId),
|
||||||
iconUrl
|
iconUrl
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user