mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
chore: sorted list
This commit is contained in:
parent
fab6c6f4f2
commit
7ce1194c31
|
@ -11,5 +11,6 @@ export function plotConfigColumns(plotConfig: Partial<PlotConfig>): string[] {
|
|||
cols.push(subkey);
|
||||
}
|
||||
}
|
||||
return cols;
|
||||
// Make list unique
|
||||
return [...new Set(cols)].sort();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user