Skip to content

Commit

Permalink
Merge pull request #248 from R-Sourabh/#247-login-card
Browse files Browse the repository at this point in the history
Fixed: inconsistency in the UI in retail store logins card(#247)
  • Loading branch information
ymaheshwari1 authored Apr 29, 2024
2 parents 4fe0d66 + e943375 commit bac939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/FacilityDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
</ion-button>
</ion-card-header>
<ion-item v-for="facilityLogin in current.facilityLogins" :key="facilityLogin.userLoginId">
<ion-avatar slot="start" v-if="facilityLogin.objectInfo">
<ion-avatar slot="start">
<Image :src="getImageUrl(facilityLogin.objectInfo)"/>
</ion-avatar>
<ion-label>
Expand Down

0 comments on commit bac939e

Please sign in to comment.