We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ecd8f commit d67d6e5Copy full SHA for d67d6e5
core/src/components/accordion/accordion.tsx
@@ -438,9 +438,6 @@ export class Accordion implements ComponentInterface {
438
439
const shouldExpand = Array.isArray(value) ? value.includes(accordionValue) : value === accordionValue;
440
441
- /**
442
- * Check if this is the last accordion in the group.
443
- */
444
const nextAccordion = this.getNextSibling();
445
this.isLast = nextAccordion === undefined;
446
0 commit comments