Skip to content

Commit

Permalink
Updated: remove the static color and size tag(#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed May 21, 2024
1 parent a4f32c4 commit b8ca631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ProductListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<ion-label class="ion-text-wrap">
<h2>{{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) }}</h2>
<p class="ion-text-wrap">{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}</p>
<p>Color: color</p>
<p>Size: size</p>
</ion-label>
<!-- Only show stock if its not a ship to store order -->
<div v-if="!isShipToStoreOrder">
Expand Down

0 comments on commit b8ca631

Please sign in to comment.