diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-30 10:27:42 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-30 10:27:42 -0400 |
| commit | 5b455e2aaf119c7db1fe9ef22d71a3accf55a8e2 (patch) | |
| tree | 62a2b2e28c116af427c64cf15373c4773ff3c5d5 /src/client/views/collections/CollectionView.tsx | |
| parent | fe2ae4e235a12198a530672d4db3fdcd167c6e65 (diff) | |
tweaks.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index b7ac8768f..212cc5477 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -85,7 +85,7 @@ export class CollectionView extends React.Component<FieldViewProps> { } else { return [ - (<CollectionViewBaseChrome CollectionView={this} type={type} collapse={this.collapse} />), + (<CollectionViewBaseChrome CollectionView={this} key="chrome" type={type} collapse={this.collapse} />), this.SubViewHelper(type, renderProps) ]; } |
