Bugfix/remove sort header in comment column of market data table (#1888)

* Remove sort header

* Update changelog
This commit is contained in:
Thomas Kaul
2023-04-23 10:49:11 +02:00
committed by GitHub
parent 3c322cca0d
commit c1b5bfff8c
2 changed files with 7 additions and 6 deletions

View File

@@ -101,12 +101,7 @@
</ng-container>
<ng-container matColumnDef="comment">
<th
*matHeaderCellDef
class="px-1"
mat-header-cell
mat-sort-header
></th>
<th *matHeaderCellDef class="px-1" mat-header-cell></th>
<td *matCellDef="let element" class="px-1" mat-cell>
<ion-icon
*ngIf="element.comment"