From 595e7176de394e192bbde3499e6335953fdc1790 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 12 Aug 2020 17:41:00 -0400 Subject: fixed collections being hidden from SOLR. fixed warning. --- src/client/views/collections/CollectionTreeView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/collections/CollectionTreeView.tsx') diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 6768c6df9..872cd731d 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -497,7 +497,7 @@ class TreeView extends React.Component { } } } else this._editMaxWidth = ""; - return
this.props.active() && SelectionManager.DeselectAll()}> + return
this.props.active(true) && SelectionManager.DeselectAll()}>
  • { if (this.props.active(true)) { -- cgit v1.2.3-70-g09d2