mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Fix type error in botProfit call
This commit is contained in:
parent
722a279578
commit
53c217bc67
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user