aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreeng5 <eleanor_eng@brown.edu>2019-09-17 18:09:51 -0400
committereeng5 <eleanor_eng@brown.edu>2019-09-17 18:09:51 -0400
commitd9b217a3a8f963096e0a1b8658a31b9df9a5f82c (patch)
treed4bd4d00ac214da54d76992637ba8f2bae6e9fc5
parenta61a53106d799adb980773862ba28a1291221f2c (diff)
;
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index 3cf4f98b7..3fec7a85f 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -102,7 +102,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) {
async (args) => {
args[1] instanceof Doc &&
this.childDocs.map(async doc => !Doc.AreProtosEqual(args[1] as Doc, (await doc).layout as Doc) && Doc.ApplyTemplateTo(args[1] as Doc, (await doc), undefined));
- })
+ });
// is there any reason this needs to exist? -syip. yes, it handles autoHeight for stacking and masonry views -eeng