fix(BotProfit.vue): fix incorrect ROI metric

This commit is contained in:
Salim Ibrahim 2024-03-21 08:59:03 -04:00
parent 9c8a94119e
commit a9b46c0556

View File

@ -28,7 +28,7 @@ const profitItems = computed<TableItem[]>(() => {
if (!props.profit) return [];
return [
{
metric: 'ROI open trades',
metric: 'ROI closed trades',
value: props.profit.profit_closed_coin
? `${formatPriceCurrency(
props.profit.profit_closed_coin,