aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-01 03:35:47 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-01 03:35:47 -0400
commit5373b236dcb83c6d245da1e38c3caf13973b1b95 (patch)
treecb86de35577d74d44b97a99809a7a5d02ce28084 /src/client/views/pdf/PDFViewer.tsx
parenta2e447925dd9fc9300d1c812cd202acf0de1aa95 (diff)
parent707e66f1d934e6b6185d9701a8b5138c0f15c90e (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/pdf/PDFViewer.tsx')
-rw-r--r--src/client/views/pdf/PDFViewer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx
index 6fab390d4..bb148e738 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -426,7 +426,7 @@ export class Viewer extends React.Component<IViewerProps> {
}
renderAnnotation = (anno: Doc, index: number): JSX.Element => {
- return <Annotation anno={anno} index={index} parent={this} />
+ return <Annotation anno={anno} index={index} parent={this} />;
}
@action