Fix compilation error
This commit is contained in:
@@ -54,7 +54,7 @@ const filteredItems = props.items.filter(r => r.type.name.toLowerCase().includes
|
|||||||
return {
|
return {
|
||||||
id: r.id,
|
id: r.id,
|
||||||
type: r.type,
|
type: r.type,
|
||||||
name: r.name,
|
name: r.type.name,
|
||||||
buy: r.buy,
|
buy: r.buy,
|
||||||
sell: r.sell,
|
sell: r.sell,
|
||||||
price: r.price,
|
price: r.price,
|
||||||
|
|||||||
Reference in New Issue
Block a user