Browse Source

Remove sort header

pull/1888/head
Thomas 2 years ago
parent
commit
04dbb44f0a
  1. 7
      apps/client/src/app/components/admin-market-data/admin-market-data.html

7
apps/client/src/app/components/admin-market-data/admin-market-data.html

@ -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"

Loading…
Cancel
Save