aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFAnnotationLayer.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-06-18 20:58:32 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-06-18 20:58:32 -0400
commit13e301dea2f537b67b338cc6a98d3f3b5a8e1f36 (patch)
tree2ecb3a72e00ec6f6ce2d2c5b7467352adde2543e /src/client/views/pdf/PDFAnnotationLayer.tsx
parent464fa03d6ebb2a7aaef1d7622afa3e1e7ee816a3 (diff)
Fixed linter errors
Diffstat (limited to 'src/client/views/pdf/PDFAnnotationLayer.tsx')
-rw-r--r--src/client/views/pdf/PDFAnnotationLayer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFAnnotationLayer.tsx b/src/client/views/pdf/PDFAnnotationLayer.tsx
index e92dcacbf..1f49e0d2f 100644
--- a/src/client/views/pdf/PDFAnnotationLayer.tsx
+++ b/src/client/views/pdf/PDFAnnotationLayer.tsx
@@ -19,6 +19,6 @@ export class PDFAnnotationLayer extends React.Component {
<div className="pdfAnnotationLayer-cont" style={{ width: "100%", height: "100%", position: "relative", top: "-200%" }} onPointerDown={this.onPointerDown}>
</div>
- )
+ );
}
} \ No newline at end of file