diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-05 12:18:52 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-05 12:18:52 -0500 |
| commit | 7740c0010944cfa215c9b21b113f030199ffab82 (patch) | |
| tree | ae9f5b0cbb0826c5e75d3a98862ed2d96f4802f1 /src/views/collections/CollectionSchemaView.tsx | |
| parent | ea9f41a84a307343593245e6de0c721704dc60fa (diff) | |
naming changes
Diffstat (limited to 'src/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/views/collections/CollectionSchemaView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/views/collections/CollectionSchemaView.tsx b/src/views/collections/CollectionSchemaView.tsx index 19b1434ef..8503aaf1e 100644 --- a/src/views/collections/CollectionSchemaView.tsx +++ b/src/views/collections/CollectionSchemaView.tsx @@ -74,9 +74,7 @@ export class CollectionSchemaView extends CollectionViewBase { [KS.Title, KS.Data, KS.Author]) let content; if (this.selectedIndex != -1) { - content = (<DocumentView Document={children[this.selectedIndex]} - DocumentView={undefined} - ContainingCollectionView={this} />) + content = (<DocumentView Document={children[this.selectedIndex]} DocumentView={undefined} ContainingCollectionView={this} />) } else { content = <div /> } |
