Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(accordion): remove role=presentation (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakahn authored and emyarod committed Apr 22, 2019
1 parent 13c4546 commit 9ff509e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AccordionItem/AccordionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export default class AccordionItem extends Component {
className={classNames}
onClick={this.handleClick}
onKeyDown={this.handleKeyDown}
role="presentation"
{...other}>
<Expando
type="button"
Expand Down

0 comments on commit 9ff509e

Please sign in to comment.