Skip to content

Commit

Permalink
feat: [new-component][Rating-card] - unbind puik-rating-card_stars-co…
Browse files Browse the repository at this point in the history
…ntainer class attribute
  • Loading branch information
mattgoud committed Oct 10, 2024
1 parent 039bc7f commit b8b6462
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/rating-card/src/rating-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
</span>
<div
v-if="props.variant === PuikRatingCardVariants.Extended"
:class="[
'puik-rating-card_stars-container',
]"
class="puik-rating-card_stars-container"
>
<PuikIcon
v-for="starIndex in 5"
Expand Down

0 comments on commit b8b6462

Please sign in to comment.