fix score
This commit is contained in:
@@ -22,7 +22,8 @@ const addOrRelaod = async (type: MarketType) => {
|
||||
type,
|
||||
history,
|
||||
buy: price.buy,
|
||||
sell: price.sell
|
||||
sell: price.sell,
|
||||
orderCount: price.orderCount
|
||||
};
|
||||
|
||||
if (items.value.some(i => i.type.id === typeID)) {
|
||||
|
||||
Reference in New Issue
Block a user