diff options
| author | bobzel <zzzman@gmail.com> | 2019-07-30 12:53:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 12:53:47 -0400 |
| commit | 23ba38a9a6ae60f98a72b517fb3a470491da2540 (patch) | |
| tree | cf6c835ce50b478c61958a7918e21df8ab5069f2 /src/client/views/collections/CollectionView.tsx | |
| parent | 8c5d616d48d618cfdfc4c2420d6c5c9c856ee749 (diff) | |
| parent | 596508d80c589a0392c444a71d8762c4d6f788c7 (diff) | |
Merge pull request #215 from browngraphicslab/youtube-api-muhammed
Youtube api muhammed
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) ]; } |
