Improve DIsplay of backtest by not showing absolute profit

This commit is contained in:
Matthias 2023-10-22 10:39:36 +02:00
parent 08e3b4bb02
commit d58dcbb172

View File

@ -18,7 +18,6 @@
<ProfitPill
v-if="backtestMode && comb.tradeCount > 0"
:profit-ratio="comb.profit"
:profit-abs="comb.profitAbs"
:stake-currency="botStore.activeBot.stakeCurrency"
/>
</b-list-group-item>