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

fix(accordion): remove role=presentation #2256

Merged
merged 3 commits into from
Apr 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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