Fix counting

This commit is contained in:
Peter Maquiran
2021-08-25 16:02:40 +01:00
parent 629027f0b5
commit b1f800b2fe
9 changed files with 38 additions and 12 deletions
@@ -120,7 +120,7 @@
</div>
<p class="exp-card-title " *ngIf="loggeduser.Profile == 'MDGPR'">Expediente Presidente</p>
<p class="exp-card-title " *ngIf="loggeduser.Profile == 'PR'">Expediente</p>
<p class="text-center exp-card-content"><span class="number">{{expedienteprstore.count}} </span> <span class="title1">Documentos</span></p>
<p class="text-center exp-card-content"><span class="number">not {{expedienteprstore.count}} </span> <span class="title1">Documentos</span></p>
</div>
<!-- <div [class.active]="selectedElement == 'Pending'" (click)="openPendentesPage(); selectedElement='Pending'" class="exp-card d-flex flex-column justify-center" > -->