Skip to content

Commit

Permalink
fix: hide product missing message on price categories. ref #474
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Apr 10, 2024
1 parent e47842f commit e22484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PriceCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<v-col style="max-width:75%">
<h3 v-if="!hideProductTitle" @click="goToProduct()">{{ getPriceProductTitle() }}</h3>

<p v-if="!hideProductDetails" class="mb-2">
<p v-if="!hideProductDetails && !hasCategoryTag" class="mb-2">
<span v-if="hasProductCode">
<span v-if="hasProductSource">
<ProductBrands :productBrands="product.brands" :readonly="readonly"></ProductBrands>
Expand Down

0 comments on commit e22484e

Please sign in to comment.