Skip to content

Commit

Permalink
remove role from segment
Browse files Browse the repository at this point in the history
  • Loading branch information
anakaren-rojas committed Dec 19, 2024
1 parent 25b8121 commit de68801
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const SegmentGraph = ({dispatch, graphState}: SegmentProps) => {
<g
aria-label={wholeSegmentAriaLabel}
aria-describedby="segment-description"
role="figure"
>
{segments?.map((segment, i) => (
<MovableLine
Expand Down

0 comments on commit de68801

Please sign in to comment.