From ea9f41a84a307343593245e6de0c721704dc60fa Mon Sep 17 00:00:00 2001 From: bob Date: Tue, 5 Feb 2019 11:51:59 -0500 Subject: more --- src/views/collections/CollectionDockingView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/views/collections/CollectionDockingView.tsx') diff --git a/src/views/collections/CollectionDockingView.tsx b/src/views/collections/CollectionDockingView.tsx index 49f1a0bf0..2e8d5a514 100644 --- a/src/views/collections/CollectionDockingView.tsx +++ b/src/views/collections/CollectionDockingView.tsx @@ -96,7 +96,7 @@ export class CollectionDockingView extends CollectionViewBase { const value: Document[] = Document.GetFieldValue(fieldKey, ListField, []); for (var i: number = 0; i < value.length; i++) { if (value[i].Id === component) { - return (); + return (); } } if (component === "text") { @@ -237,7 +237,7 @@ export class CollectionDockingView extends CollectionViewBase { container.getElement().html("
"); setTimeout(function () { ReactDOM.render(( - // bcz: need to fill in DocumentContentsView with value of DocumentContents when created... + ), document.getElementById(containingDiv) ); -- cgit v1.2.3-70-g09d2