mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
Remove unused comment
This commit is contained in:
parent
bdc91a9ec9
commit
dd0f4bfa19
|
@ -36,11 +36,6 @@ const perTagReason = computed(() => {
|
||||||
|
|
||||||
return [
|
return [
|
||||||
...firstFields,
|
...firstFields,
|
||||||
// {
|
|
||||||
// key: 'key',
|
|
||||||
// label: props.keyHeader,
|
|
||||||
// formatter: (value, _, item) => value || item['exit_reason'] || 'OTHER',
|
|
||||||
// },
|
|
||||||
{ key: 'trades', label: 'Trades' },
|
{ key: 'trades', label: 'Trades' },
|
||||||
{
|
{
|
||||||
key: 'profit_mean',
|
key: 'profit_mean',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user