mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Small improvement to botProfit
This commit is contained in:
parent
fcdb74153f
commit
2ab9a4d58c
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<b-table class="text-start" small borderless :items="profitItems" :fields="profitFields">
|
||||
<template #cell(value)="row">
|
||||
<DateTimeTZ v-if="row.item.isTs" :date="row.value as number"></DateTimeTZ>
|
||||
<DateTimeTZ v-if="row.item.isTs && row.value" :date="row.value as number"></DateTimeTZ>
|
||||
<template v-else>{{ row.value }}</template>
|
||||
</template>
|
||||
</b-table>
|
||||
|
|
Loading…
Reference in New Issue
Block a user