Remove unused comment

This commit is contained in:
Matthias 2024-06-13 06:44:25 +02:00
parent bdc91a9ec9
commit dd0f4bfa19

View File

@ -36,11 +36,6 @@ const perTagReason = computed(() => {
return [
...firstFields,
// {
// key: 'key',
// label: props.keyHeader,
// formatter: (value, _, item) => value || item['exit_reason'] || 'OTHER',
// },
{ key: 'trades', label: 'Trades' },
{
key: 'profit_mean',