mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Don't show notes field if it's not available
This commit is contained in:
parent
ef3a91aac5
commit
0d26dcc088
|
@ -19,7 +19,7 @@
|
|||
TradeCount: {{ result.strategy.total_trades }} - Profit:
|
||||
{{ formatPercent(result.strategy.profit_total) }}
|
||||
</div>
|
||||
<div class="text-small">
|
||||
<div v-if="canUseModify" class="text-small">
|
||||
{{ result.metadata.notes }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user