Skip to content

Commit

Permalink
Reverted: some unwanted changes(#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Nov 20, 2024
1 parent 857bf29 commit 3f337d4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/views/FacilityDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,8 @@
</ion-button>
</ion-card-header>
<ion-item v-for="store in facilityProductStores" :key="store.productStoreId">
<ion-label>
{{ getProductStore(store.productStoreId)?.storeName || store.productStoreId }}
</ion-label>
<ion-badge slot="end" v-if="shopifyShopIdForProductStore(store.productStoreId) !== '' && shopifyShopIdForProductStore(store.productStoreId) === current.primaryFacilityGroupId">
{{ translate("primary store") }}
</ion-badge>
<ion-label>{{ getProductStore(store.productStoreId)?.storeName || store.productStoreId }}</ion-label>
<ion-badge slot="end" v-if="shopifyShopIdForProductStore(store.productStoreId) !== '' && shopifyShopIdForProductStore(store.productStoreId) === current.primaryFacilityGroupId">{{ translate("primary store") }}</ion-badge>
<ion-button slot="end" fill="clear" color="medium" @click="productStorePopover($event, store)">
<ion-icon slot="icon-only" :icon="ellipsisVerticalOutline" />
</ion-button>
Expand Down

0 comments on commit 3f337d4

Please sign in to comment.