Skip to content

Commit

Permalink
Update packages/x-components/src/x-modules/related-tags/components/re…
Browse files Browse the repository at this point in the history
…lated-tag.vue

Co-authored-by: Víctor CG <[email protected]>
  • Loading branch information
diegopf and victorcg88 authored Jun 12, 2024
1 parent e1dacf4 commit 401d909
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@
*/
const dynamicClasses = computed(
(): VueCSSClasses => ({
'x-selected': isSelected.value,
'x-related-tag--is-selected': isSelected.value,
'x-selected x-related-tag--is-selected': isSelected.value,
'x-related-tag--is-curated': shouldHighlightCurated.value
})
);
Expand Down

0 comments on commit 401d909

Please sign in to comment.