mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +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);
|
||||
|
||||
newValue.push({
|
||||
name: recipe.itemName,
|
||||
name: recipe.recipeName,
|
||||
localizedName: LocalizeText('roomItem.name.' + itemId),
|
||||
iconUrl
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user