Skip to content

Commit 2a4afd9

Browse files
authored
fix(a11y): remove redundant aria-label from accordion button (#9361)
1 parent 987702d commit 2a4afd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/components/operation-summary.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export default class OperationSummary extends PureComponent {
6868
return (
6969
<div className={`opblock-summary opblock-summary-${method}`} >
7070
<button
71-
aria-label={`${method} ${path.replace(/\//g, "\u200b/")}`}
7271
aria-expanded={isShown}
7372
className="opblock-summary-control"
7473
onClick={toggleShown}

0 commit comments

Comments
 (0)