Skip to content

Commit

Permalink
fix(GDU): cambia nombre label en profesion para profesionales no matr…
Browse files Browse the repository at this point in the history
…iculados
  • Loading branch information
mcele authored and liquid36 committed Nov 26, 2021
1 parent 85cce07 commit e09e69e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<div subtitle>
<plex-copy *ngIf="usuario.documento" [value]="usuario.documento">{{ usuario.documento | number }}</plex-copy>
<div *ngIf="(profesional$ | async) as profesional">
<plex-label titulo="Observaciones"
*ngIf="!profesional.profesionalMatriculado && profesional.matriculaExterna" subtitulo="{{ profesional.profesionExterna?
<plex-label titulo="Profesión" *ngIf="!profesional.profesionalMatriculado && profesional.matriculaExterna"
subtitulo="{{ profesional.profesionExterna?
profesional.profesionExterna.nombre + ' MAT. N° '+ profesional.matriculaExterna : profesional.matriculaExterna
}}">
</plex-label>
</div>
</div>
</plex-detail>
</plex-detail>

0 comments on commit e09e69e

Please sign in to comment.