Skip to content

Commit

Permalink
fix(accordion): format
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Dec 8, 2023
1 parent 22c7cb6 commit b269c5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class CDSAccordionItem extends FocusMixin(LitElement) {
);
}


const content = this.shadowRoot!.querySelector(
`.${prefix}--accordion__wrapper`
) as HTMLElement;
Expand Down

0 comments on commit b269c5d

Please sign in to comment.