Skip to content

Commit

Permalink
Fixed -Secondary Product Identifier of First Product Appears in Bold …
Browse files Browse the repository at this point in the history
…Color on Store View Screen
  • Loading branch information
Amanw-25 committed Oct 19, 2024
1 parent 3d05506 commit 019d518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ProductItemList.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<ion-item v-if="currentProduct" :color="isCurrentProduct() ? 'light' : ''" button @click="navigateToDetail(item)">
<ion-item v-if="currentProduct" :color="isCurrentProduct() ? '' : ''" button @click="navigateToDetail(item)">
<ion-thumbnail slot="start">
<Image :src="getProduct(item.productId).mainImageUrl"/>
</ion-thumbnail>
Expand Down

0 comments on commit 019d518

Please sign in to comment.