diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-06-30 16:04:52 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-06-30 16:04:52 -0400 |
| commit | 13fcbc4c500fec36e69cac4fc3c0ca6822322809 (patch) | |
| tree | c12447b98dd0511b43ee3f60222fcede4d310816 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 9dd5db438c80da77b6d791787263425c0d378933 (diff) | |
Fixed errors and linter warnings
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 088a9bae8..b10907937 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -78,7 +78,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { style={{ width: width(), height: height() }} > <CollectionSchemaPreview Document={layoutDoc} - DataDocument={d != this.props.DataDoc ? this.props.DataDoc : undefined} + DataDocument={d !== this.props.DataDoc ? this.props.DataDoc : undefined} renderDepth={this.props.renderDepth} width={width} height={height} |
