fix: styledDot key should be more specific

pull/2971/head
William Grant 2 years ago
parent bb2ffff83e
commit 5dbf949bf5

@ -54,7 +54,7 @@ const SubtitleDotMenu = ({
return ( return (
<StyledSubtitleDot <StyledSubtitleDot
key={`subtitleDotMenu-${index}`} key={`subtitleDotMenu-${option}-${index}`}
active={selectedOptionIndex === index} active={selectedOptionIndex === index}
/> />
); );

Loading…
Cancel
Save