Feature/eliminate name from timeline position (#245)
* Eliminate name from timeline position: Get the name from the symbolProfileService instead * Update changelog
This commit is contained in:
@@ -258,7 +258,12 @@
|
||||
<tr
|
||||
*matRowDef="let row; columns: displayedColumns"
|
||||
mat-row
|
||||
(click)="onOpenPositionDialog({ symbol: row.symbol, title: '' })"
|
||||
(click)="
|
||||
onOpenPositionDialog({
|
||||
symbol: row.symbol,
|
||||
title: row.SymbolProfile?.name
|
||||
})
|
||||
"
|
||||
></tr>
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user