fix
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<ion-item *ngFor="let type of pendingEncounterData" (click)="goPatient(type)">
|
||||
<ion-avatar slot="start">
|
||||
<img src="./../../assets/imgs/avatar.svg">
|
||||
<img src="./../../assets/imgs/avatar{{type.gender}}.png">
|
||||
</ion-avatar>
|
||||
<ion-label>
|
||||
<h3 style="font-weight: bold;color: #8e54e9;">{{type.appt}} {{type.gender}} , {{type.age}} yrs</h3>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
Reference in New Issue
Block a user