Don't show notes field if it's not available

This commit is contained in:
Matthias 2023-08-01 07:06:26 +02:00
parent ef3a91aac5
commit 0d26dcc088

View File

@ -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>