mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Don't hardcode USDT for profit-visualization
This commit is contained in:
parent
988615075c
commit
2c9a01bae2
|
@ -3,7 +3,7 @@
|
|||
:profit-ratio="trade.profit_ratio"
|
||||
:profit-abs="trade.profit_abs"
|
||||
:profit-desc="profitDesc"
|
||||
stake-currency="USDT"
|
||||
:stake-currency="trade.quote_currency || 'USDT'"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user