Browse Source

style(ui): sort marketPrice before date in marketData

pull/6495/head
Sigmabrogz 2 weeks ago
parent
commit
1b7e7d9652
  1. 4
      libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.component.ts

4
libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.component.ts

@ -114,8 +114,8 @@ export class GfHistoricalMarketDataEditorDialogComponent implements OnInit {
marketData: { marketData: {
marketData: [ marketData: [
{ {
date: this.data.dateString, marketPrice,
marketPrice date: this.data.dateString
} }
] ]
}, },

Loading…
Cancel
Save