show trade side in trade navigation

This commit is contained in:
me 2022-08-03 22:13:29 +00:00
parent 943b8d3602
commit 673ba6a0a1

View File

@ -11,10 +11,7 @@
:active="trade.open_timestamp === selectedTrade.open_timestamp"
@click="onTradeSelect(trade)"
>
<div>
<DateTimeTZ :date="trade.open_timestamp" />
</div>
<div>{{ trade.is_short ? '[S]-' : '[L]-' }}<DateTimeTZ :date="trade.open_timestamp" /></div>
<TradeProfit :trade="trade" />
<ProfitPill
v-if="backtestMode"