Skip to content

Commit df3a780

Browse files
committed
Fix: Remove _contentId from accordion item
1 parent f75b7e7 commit df3a780

File tree

1 file changed

+0
-6
lines changed
  • packages/components/src/components/hds/accordion/item

1 file changed

+0
-6
lines changed

packages/components/src/components/hds/accordion/item/index.ts

-6
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ export interface HdsAccordionItemSignature {
5757
}
5858

5959
export default class HdsAccordionItem extends Component<HdsAccordionItemSignature> {
60-
/**
61-
* Generates a unique ID for the Content
62-
*
63-
* @param _contentId
64-
*/
65-
private _contentId = 'content-' + guidFor(this);
6660
private _titleId = 'title-' + guidFor(this);
6761

6862
get ariaLabelledBy(): string | undefined {

0 commit comments

Comments
 (0)