Skip to content

Commit

Permalink
fix(a11y): remove redundant aria-label from accordion button (#9361)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiewachs committed Nov 9, 2023
1 parent 987702d commit 2a4afd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/components/operation-summary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default class OperationSummary extends PureComponent {
return (
<div className={`opblock-summary opblock-summary-${method}`} >
<button
aria-label={`${method} ${path.replace(/\//g, "\u200b/")}`}
aria-expanded={isShown}
className="opblock-summary-control"
onClick={toggleShown}
Expand Down

0 comments on commit 2a4afd9

Please sign in to comment.