diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-23 19:17:03 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-23 19:17:03 -0400 |
| commit | 6bf6c34a4c3643a2ee438e49e10267de15e431e7 (patch) | |
| tree | 7ebe5d864cbedd07b8f73074ce5f8e140e8733e6 /src/client/views/collections/CollectionBaseView.tsx | |
| parent | 0ef6d9b5a3f90552562f4a6392967887d8805cc3 (diff) | |
| parent | 0ebcadb80a89e7fe4f8f2a8a47570b19fd2f8711 (diff) | |
merge
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index 72faf52c4..4cdbd8554 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -32,7 +32,7 @@ export interface CollectionRenderProps { export interface CollectionViewProps extends FieldViewProps { onContextMenu?: (e: React.MouseEvent) => void; - children: (type: CollectionViewType, props: CollectionRenderProps) => JSX.Element | JSX.Element[] | null; + children: (type: CollectionViewType, props: CollectionRenderProps) => JSX.Element | JSX.Element[] | null | (JSX.Element | null)[]; className?: string; contentRef?: React.Ref<HTMLDivElement>; } |
