Skip to content

Commit

Permalink
fix(mapa-camas): enfermeros no ven exploracion visual (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquid36 authored Dec 23, 2021
1 parent 0341128 commit c9c5823
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
<ng-container *ngIf="cama.paciente">
<plex-title size="sm" justify titulo="DATOS DE PACIENTE">

<plex-button *ngIf="capa !== 'enfermeria'" label="EXPLORACIÓN VISUAL" size="sm" type="info"
(click)="onVerResumen(cama)" class="mr-1">
<plex-button label="EXPLORACIÓN VISUAL" size="sm" type="info" (click)="onVerResumen(cama)" class="mr-1">
</plex-button>

<ng-container *feature="'planIndicaciones'">
Expand Down

0 comments on commit c9c5823

Please sign in to comment.