Skip to content

Commit d67d6e5

Browse files
chore(accordion): remove unnecessary comment
1 parent f6ecd8f commit d67d6e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/components/accordion/accordion.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,6 @@ export class Accordion implements ComponentInterface {
438438

439439
const shouldExpand = Array.isArray(value) ? value.includes(accordionValue) : value === accordionValue;
440440

441-
/**
442-
* Check if this is the last accordion in the group.
443-
*/
444441
const nextAccordion = this.getNextSibling();
445442
this.isLast = nextAccordion === undefined;
446443

0 commit comments

Comments
 (0)