diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-30 16:03:23 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-30 16:03:23 -0400 |
| commit | 28db2fab55015f26286c577347a90e5acb24ca0f (patch) | |
| tree | bdb7e1286267ea805bbc10496a3a66ba6e3552dd /src/client/views/collections/CollectionView.tsx | |
| parent | 26086ee95a9a16486d637aa43c96638b6154379f (diff) | |
| parent | cc271d2802cab295221dc4ea3d8c77a6328a8cfb (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
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) ]; } |
