Skip to content

Commit

Permalink
Reverted: ion-text-wrap in <p> tag from findFacilities page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritika-Patel08 committed Jan 16, 2024
1 parent 2d19949 commit 9dd1a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/FindFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ion-label class="ion-text-wrap">
<p class="overline">{{ facility.facilityTypeId ? facilityTypes[facility.facilityTypeId] ? facilityTypes[facility.facilityTypeId].description : facilityTypes.facilityTypeId : '' }}</p>
{{ facility.facilityName }}
<p class="ion-text-wrap">{{ facility.facilityId }}</p>
<p>{{ facility.facilityId }}</p>
</ion-label>
</ion-item>

Expand Down

0 comments on commit 9dd1a9a

Please sign in to comment.