Fix type error in botProfit call

This commit is contained in:
Matthias 2023-11-30 19:13:29 +01:00
parent 722a279578
commit 53c217bc67

View File

@ -79,7 +79,7 @@
<BotProfit
class="mx-1"
:profit="botStore.activeBot.profit"
:stake-currency="botStore.activeBot.botState.stake_currency"
:stake-currency="botStore.activeBot.botState.stake_currency ?? 'USDT'"
:stake-currency-decimals="botStore.activeBot.botState.stake_currency_decimals ?? 3"
/>
</div>