aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/pdf/Annotation.tsx')
-rw-r--r--src/client/views/pdf/Annotation.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.tsx b/src/client/views/pdf/Annotation.tsx
index 33c7bd4f3..a1b6c0547 100644
--- a/src/client/views/pdf/Annotation.tsx
+++ b/src/client/views/pdf/Annotation.tsx
@@ -141,7 +141,7 @@ class RegionAnnotation extends React.Component<IRegionAnnotationProps> {
backgroundColor: this._brushed ? "orange" : StrCast(this.props.document.backgroundColor),
}} >
{!this._showInfo ? (null) : <div className="pdfAnnotation-info">
- {this.props.dataDoc.author + " " + Field.toString(this.props.dataDoc.creationDate as Field)}
+ {this.props.anno.author + " " + Field.toString(this.props.anno.creationDate as Field)}
</div>}
</div>);
}