bug fix
This commit is contained in:
parent
43a770a9d1
commit
bffa0d818c
|
@ -20,7 +20,6 @@
|
||||||
<ng-container matColumnDef="partnerInfo">
|
<ng-container matColumnDef="partnerInfo">
|
||||||
<th mat-header-cell *matHeaderCellDef>정보</th>
|
<th mat-header-cell *matHeaderCellDef>정보</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
{{ __testData(info) }}
|
|
||||||
<span class="font-medium text-right">
|
<span class="font-medium text-right">
|
||||||
{{ info?.user.signinId }}
|
{{ info?.user.signinId }}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user