Browse Source

restore ? in `element.name` as per original

pull/5530/head
Batwam 21 hours ago
parent
commit
bbe823cc0b
No known key found for this signature in database GPG Key ID: 7D9EDF6264938D38
  1. 2
      libs/ui/src/lib/benchmark/benchmark.component.html

2
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>

Loading…
Cancel
Save