Skip to content

Commit

Permalink
add missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
anakaren-rojas committed Dec 27, 2024
1 parent 4981fdc commit bacaad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SegmentGraph = ({dispatch, graphState}: SegmentProps) => {
}}
/>
<g
id={`segment-description-${i}`}
id={`segment-description-${segmentUniqueId}-${i}`}
style={{display: "hidden"}}
>
{getIndividualSegmentAriaDescription(segment, i)}
Expand Down

0 comments on commit bacaad4

Please sign in to comment.