Show marker for open orders

This commit is contained in:
Matthias 2021-06-06 10:18:09 +02:00
parent 5cbe72b0cd
commit c258372916

View File

@ -33,7 +33,7 @@
<template #cell(pair)="row">
<ProfitSymbol :trade="row.item" />
<span>
{{ row.item.pair }}
{{ `${row.item.pair}${row.item.open_order_id === null ? '' : '*'}` }}
</span>
</template>
</b-table>