aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorEleanor Eng <eleanor_eng@brown.edu>2019-05-11 16:12:17 -0400
committerEleanor Eng <eleanor_eng@brown.edu>2019-05-11 16:12:17 -0400
commit16a03ef298072c512eabddc4c9bd6405d9c29e4c (patch)
tree0e3aad024fee306e0f87318f67bb93519aa73d02 /src/client/views/collections/collectionFreeForm
parent5a6e5dd5d653004ea16218e4d01bd8dfb285cebd (diff)
parent7ef63f53c1c7fdf23c7a18a37b67c49c97692db7 (diff)
temp commit
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index d81a340b0..69b880d20 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -72,7 +72,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) {
}
public getActiveDocuments = () => {
const curPage = FieldValue(this.Document.curPage, -1);
- return FieldValue(this.children, [] as Doc[]).filter(doc => {
+ return FieldValue(this.children, [] as Doc[]).filter((doc) => {
var page = NumCast(doc.page, -1);
return page === curPage || page === -1;
});