Rename staff column to signer in history datatable.

This commit is contained in:
Spencer Ofwiti 2021-07-26 13:14:21 +03:00
parent 859868b1ec
commit 078315dbf1

View File

@ -363,7 +363,7 @@
</ng-container>
<ng-container matColumnDef="signer">
<mat-header-cell *matHeaderCellDef mat-sort-header>Staff</mat-header-cell>
<mat-header-cell *matHeaderCellDef mat-sort-header>Signer</mat-header-cell>
<mat-cell *matCellDef="let history">
{{ history?.snapshot.signature?.data | signatureUser | async }}
</mat-cell>