From bbd32b30d20629e808d3aac14ad6a60e81a48daf Mon Sep 17 00:00:00 2001 From: Lionel Han <47760119+IGoByJoe@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:43:22 -0700 Subject: fixed adding images to collection --- src/client/views/collections/CollectionPileView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionPileView.tsx b/src/client/views/collections/CollectionPileView.tsx index 1fb1578bf..ecb4ee89f 100644 --- a/src/client/views/collections/CollectionPileView.tsx +++ b/src/client/views/collections/CollectionPileView.tsx @@ -38,7 +38,7 @@ export class CollectionPileView extends CollectionSubView(doc => doc) { layoutEngine = () => StrCast(this.Document._pileLayoutEngine); @computed get contents() { - return
+ return
{ (doc instanceof Doc ? [doc] : doc).map((d) => DocUtils.iconify(d)); -- cgit v1.2.3-70-g09d2