diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-02 14:19:32 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-02 14:19:32 -0400 |
| commit | bbc9cba0e6eb47961c49200375783cdffd90a21a (patch) | |
| tree | ae5f24937f0c5b0be4a4d90c2cd5c3adffec0dbc /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 3257bfdb28fbd4573adc7d507827d6a6957fc7d2 (diff) | |
| parent | aa6e25c656a5de0adcf06a01e88f6b0417efe74c (diff) | |
Merge branch 'master' into menu_restructure
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index ca3ab8866..7787a8b38 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -331,7 +331,7 @@ class TreeView extends React.Component<TreeViewProps> { [...this.props.renderedIds, this.doc[Id]], this.props.libraryPath, this.props.onCheckedClick, this.props.onChildClick, this.props.ignoreFields)} </ul >; } else if (this.treeViewExpandedView === "fields") { - return <ul><div ref={this._dref} style={{ display: "inline-block" }} key={this.doc[Id] + this.doc.title}> + return <ul key={this.doc[Id] + this.doc.title}><div ref={this._dref} style={{ display: "inline-block" }} > {this.expandedField} </div></ul>; } else { |
