|
@ -159,10 +159,10 @@ export class AdminMarketDataDetailComponent implements OnChanges, OnInit { |
|
|
|
|
|
|
|
|
const dialogRef = this.dialog.open(MarketDataDetailDialog, { |
|
|
const dialogRef = this.dialog.open(MarketDataDetailDialog, { |
|
|
data: <MarketDataDetailDialogParams>{ |
|
|
data: <MarketDataDetailDialogParams>{ |
|
|
dateString: `${yearMonth}-${day}`, |
|
|
|
|
|
marketPrice, |
|
|
marketPrice, |
|
|
currency: this.currency, |
|
|
currency: this.currency, |
|
|
dataSource: this.dataSource, |
|
|
dataSource: this.dataSource, |
|
|
|
|
|
dateString: `${yearMonth}-${day}`, |
|
|
symbol: this.symbol, |
|
|
symbol: this.symbol, |
|
|
user: this.user |
|
|
user: this.user |
|
|
}, |
|
|
}, |
|
|