diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-11-10 16:27:56 -0500 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-11-10 16:27:56 -0500 |
commit | c7c18eeea36b35ee9172a120352af84fe21f267b (patch) | |
tree | d808181631abe04f05085115a6fb1d79298d6751 /src/client/views/nodes/DocumentView.tsx | |
parent | 563a8926c0646e9907c8a4eec2e648ab5ae79e02 (diff) |
inks are now dox
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 62529a5fb..5c89472ce 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -632,7 +632,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu {searchHighlight} </div> } - </> + </>; } render() { if (!this.props.Document) return (null); |