mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
fix(BotProfit.vue): fix incorrect ROI metric
This commit is contained in:
parent
9c8a94119e
commit
a9b46c0556
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user