fix tracking

This commit is contained in:
2023-09-21 08:16:13 +02:00
parent 1ac7539dd0
commit 7bd48b5e8d

View File

@@ -49,7 +49,7 @@ const { sortedArray, headerProps } = useSort<Result>(computed(() => props.items
price: r.averagePrice,
count: r.count,
precentProfit,
iskProfit: r.averagePrice * precentProfit
iskProfit: r.averagePrice * precentProfit * r.count
};
})), {
defaultSortKey: 'precentProfit',