aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-05-15 22:02:39 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-05-15 22:02:39 -0400
commit53351f6c5b448b93f2865eb38868bddb95ec4c1d (patch)
tree07dcbdc0ad7d70549ccc5f3992fc56a9f083316c /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parent09afa3cc843a69eca59b63018e6f50f8e2bee089 (diff)
fixed templates on images.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-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 eaa91fd74..b8bed795d 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -363,7 +363,7 @@ class CollectionFreeFormOverlayView extends React.Component<DocumentViewProps &
isTopMost={this.props.isTopMost} isSelected={this.props.isSelected} select={emptyFunction} />);
}
render() {
- return this.props.Document.overlayLayout ? this.overlayView : (null);
+ return this.overlayView;
}
}