fix score

This commit is contained in:
2023-10-02 19:49:25 +02:00
parent 7d33b77410
commit 7f83ee2ee2
4 changed files with 11 additions and 7 deletions

View File

@@ -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)) {