Skip to content

Commit

Permalink
fix: removed tabIndex from AccordionForm for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zeddotes committed Feb 22, 2023
1 parent a1cc3c3 commit cfa4a9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/AccordionForm/AccordionForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ export function AccordionForm(props) {
aria-label={`${card.title} ${
isOpen ? lang.accordionExpanded : lang.accordionCollapsed
}`}
// eslint-disable-next-line
tabIndex="0"
>
{card.title}
</div>
Expand Down

0 comments on commit cfa4a9f

Please sign in to comment.