aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-08-30 14:49:44 -0400
committergeireann <geireann.lindfield@gmail.com>2021-08-30 14:49:44 -0400
commit7b6a7a648272e0fd5c248c64f69af5033a6d5f79 (patch)
treed5df2a63deb1b033e8425b7acb6f7f8aee9c1d57 /src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
parent5bb197f5dad55d15b144e2f86bb2ec94c7a261fd (diff)
parent22333b0776dae22dec7f1d18ee59f6878fec9e0a (diff)
Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-Web into menu_updates_geireann
Diffstat (limited to 'src/client/views/collections/collectionLinearView/CollectionLinearView.tsx')
-rw-r--r--src/client/views/collections/collectionLinearView/CollectionLinearView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx b/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
index 013caecaf..6b1fd9e1b 100644
--- a/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
+++ b/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
@@ -162,7 +162,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) {
<DocumentView
Document={pair.layout}
DataDoc={pair.data}
- isContentActive={returnFalse}
+ isContentActive={this.props.isContentActive}
isDocumentActive={returnTrue}
addDocument={this.props.addDocument}
moveDocument={this.props.moveDocument}