Skip to content

Commit

Permalink
remove h2
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Nov 30, 2023
1 parent 6200921 commit cde597a
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 @@ -138,7 +138,7 @@
</ion-button>
</ion-card-header>
<ion-item v-for="store in facilityProductStores" :key="store.productStoreId">
<h2>{{ getProductStore(store.productStoreId)?.storeName }}</h2>
<ion-label>{{ getProductStore(store.productStoreId)?.storeName }}</ion-label>
<ion-badge slot="end" v-if="store.productStoreId === primaryMember.facilityGroupId">{{ translate("primary store") }}</ion-badge>
<ion-button slot="end" fill="clear" color="medium" @click="productStorePopover($event, store)">
<ion-icon slot="icon-only" :icon="ellipsisVerticalOutline" />
Expand Down

0 comments on commit cde597a

Please sign in to comment.