tokens active

This commit is contained in:
_Bastler 2021-08-30 10:53:06 +02:00
parent b761d11cad
commit a42ed320f0

View File

@ -29,10 +29,10 @@
</mat-card>
</form>
<mat-card *ngIf="items && items[0]">
<div *ngIf="items && items[0]">
<h2>{{'tokens.active' | i18n}}</h2>
<mat-card>
<mat-card-content>
<mat-list>
<mat-list-item *ngFor="let item of items">
<mat-icon mat-list-icon>plus_one</mat-icon>
@ -75,3 +75,4 @@
<h3>{{'quotas' | i18n}}</h3>
<app-quotas [quotas]="quotas"></app-quotas>
</div>
</div>