aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-09-21 16:54:56 -0400
committerab <abdullah_ahmed@brown.edu>2019-09-21 16:54:56 -0400
commit7a01cf9c12f850c0c1d9c278452df88dd55845aa (patch)
tree9f262451b5fcd196377580ab48f4e0f68fa91182 /src/client/views/nodes/DocumentView.tsx
parente0b84cf329d7a9c9bda1aadbf25894c4bcc8f13a (diff)
parsed 1m file
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index a80eafde2..c383163e8 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -785,7 +785,6 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu
body.href = urls[i];
bodies.push(body);
}
-
CollectionDockingView.Instance.AddRightSplit(Docs.Create.SchemaDocument(headers, bodies, { title: `Showing External Recommendations for "${StrCast(doc.title)}"` }), undefined);
}