Skip to content

Commit

Permalink
build(lint): fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoBonanno authored and astagi committed Jul 17, 2024
1 parent c95db85 commit 18ffad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!showCloseButton ? 'chip-simple' : 'alert',
size === 'lg' ? 'chip-lg' : '',
color ? 'chip-' + color : '',
disabled ? 'chip-disabled' : ''
disabled ? 'chip-disabled' : '',
]">
@if (icon) {
<svg class="icon icon-xs">
Expand Down

0 comments on commit 18ffad8

Please sign in to comment.