diff options
| author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-29 15:55:03 -0700 | 
|---|---|---|
| committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-29 15:55:03 -0700 | 
| commit | bdc2970ffc67df12eb27001a966d9f7fe896500d (patch) | |
| tree | fe4d370b98e16b4176761c3f4de766afafb4dd26 /src/client/views/collections/CollectionSubView.tsx | |
| parent | 93eb495e4c244565f657a643636b3d1485914553 (diff) | |
| parent | e950b1828e2331f840b3b25dc9f8cb332ffe0105 (diff) | |
Merge branch 'master' into trails-aubrey
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index f39443ae2..a5d27f038 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -454,7 +454,7 @@ export function CollectionSubView<T, X>(schemaCtor: (doc: Doc) => T, moreProps?:                  if (completed) completed(set);                  else {                      if (isFreeformView && generatedDocuments.length > 1) { -                        addDocument(DocUtils.pileup(generatedDocuments, options.x!, options.y!)!); +                        addDocument(DocUtils.pileup(generatedDocuments, options.x!, options.y!));                      } else {                          generatedDocuments.forEach(addDocument);                      }  | 
