Skip to content

Commit

Permalink
refactor(product): hide product code (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Mar 9, 2024
1 parent 1b9a30a commit bdc2b52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/ProductCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<span>
<ProductLabelsChip :productLabels="product.labels_tags"></ProductLabelsChip>
</span>
<br />
<span>
<v-chip label size="small" density="comfortable">{{ product.code }}</v-chip>
</span>
</p>
</v-col>
</v-row>
Expand Down

0 comments on commit bdc2b52

Please sign in to comment.