Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Jul 25, 2024
1 parent 789555f commit b705a1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
toggleEmptyListState() {
const addedTags = this.listContainer.querySelectorAll('.ibexa-tag-view-select__selected-item-tag');

this.listContainer.classList.toggle('ibexa-tag-view-select__selected-list--empty', !addedTags.length)
this.listContainer.classList.toggle('ibexa-tag-view-select__selected-list--empty', !addedTags.length);
}

toggleDisabledState(isDisabled) {
Expand Down

0 comments on commit b705a1c

Please sign in to comment.