diff --git a/src/sidebar/components/Annotation/AnnotationBody.tsx b/src/sidebar/components/Annotation/AnnotationBody.tsx index 279ff1bc435..af4cbe5974a 100644 --- a/src/sidebar/components/Annotation/AnnotationBody.tsx +++ b/src/sidebar/components/Annotation/AnnotationBody.tsx @@ -105,6 +105,7 @@ function AnnotationBody({ annotation, settings }: AnnotationBodyProps) { 'p-redacted-text': isHidden(annotation), })} style={textStyle} + mentions={annotation.mentions} /> )} diff --git a/src/sidebar/components/Annotation/AnnotationEditor.tsx b/src/sidebar/components/Annotation/AnnotationEditor.tsx index 7a8227e0a68..91991bbcb1c 100644 --- a/src/sidebar/components/Annotation/AnnotationEditor.tsx +++ b/src/sidebar/components/Annotation/AnnotationEditor.tsx @@ -201,6 +201,7 @@ function AnnotationEditor({ mentionsEnabled={mentionsEnabled} usersForMentions={usersWhoAnnotated} showHelpLink={showHelpLink} + mentions={annotation.mentions} /> ) : (