Browse Source
restore ? in `element.name` as per original
pull/5530/head
Batwam
23 hours ago
No known key found for this signature in database
GPG Key ID: 7D9EDF6264938D38
1 changed files with
1 additions and
1 deletions
-
libs/ui/src/lib/benchmark/benchmark.component.html
|
@ -13,7 +13,7 @@ |
|
|
</th> |
|
|
</th> |
|
|
<td *matCellDef="let element" class="px-2 text-nowrap" mat-cell> |
|
|
<td *matCellDef="let element" class="px-2 text-nowrap" mat-cell> |
|
|
<div class="text-truncate"> |
|
|
<div class="text-truncate"> |
|
|
{{ element.name }} |
|
|
{{ element?.name }} |
|
|
</div> |
|
|
</div> |
|
|
<div *ngIf="showSymbol"> |
|
|
<div *ngIf="showSymbol"> |
|
|
<small class="text-muted">{{ element?.symbol }}</small> |
|
|
<small class="text-muted">{{ element?.symbol }}</small> |
|
|