parent
22858a2f49
commit
70a4d5713b
@ -4,7 +4,7 @@
|
||||
'auth-page': showAuthoriztion
|
||||
}"
|
||||
>
|
||||
<button *ngIf="!showAuthoriztion" class="logout" color="warn" mat-stroked-button (click)="logout()">Выйти</button>
|
||||
<!-- <button *ngIf="!showAuthoriztion" class="logout" color="warn" mat-stroked-button (click)="logout()">Выйти</button> -->
|
||||
<div *ngIf="!showAuthoriztion; else authEl" class="account-page">
|
||||
<div *ngIf="showAuthoriztion" class="top-left-attribute"></div>
|
||||
<app-bonus-program
|
||||
|
||||
@ -78,14 +78,14 @@
|
||||
{{ orderStatuses[purchase.status] }}
|
||||
</span>
|
||||
</td>
|
||||
<td
|
||||
<!-- <td
|
||||
class="woocommerce-orders-table__cell woocommerce-orders-table__cell-order-total"
|
||||
data-title="Комментарий"
|
||||
>
|
||||
<span class="woocommerce-Price-amount amount">
|
||||
{{ purchase.data.comment }}
|
||||
</span>
|
||||
</td>
|
||||
</td> -->
|
||||
<!-- <td
|
||||
class="woocommerce-orders-table__cell woocommerce-orders-table__cell-order-total"
|
||||
data-title="Магазин"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user