diff --git a/packages/ove/src/RowItem/StackedAnnotations/PointedAnnotation.js b/packages/ove/src/RowItem/StackedAnnotations/PointedAnnotation.js index 324026c9..73c039b1 100644 --- a/packages/ove/src/RowItem/StackedAnnotations/PointedAnnotation.js +++ b/packages/ove/src/RowItem/StackedAnnotations/PointedAnnotation.js @@ -233,7 +233,7 @@ function PointedAnnotation(props) { })} )} - {isStriped && getStripedPattern({ color })} + {isStriped && getStripedPattern({ color, id })}