diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-18 22:51:48 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-18 22:51:48 -0400 |
| commit | 8c94bb92b23dea138fa752929b6134e7214dfb60 (patch) | |
| tree | 68ea1ec9cc7563516024b29cad269f8807966e26 /src/client/views/collections/CollectionPDFView.tsx | |
| parent | 3b880d7b15b7107049ae27601b9f759b17f7fde9 (diff) | |
| parent | 13e301dea2f537b67b338cc6a98d3f3b5a8e1f36 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionPDFView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionPDFView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionPDFView.tsx b/src/client/views/collections/CollectionPDFView.tsx index b62d3f7bb..b2d016934 100644 --- a/src/client/views/collections/CollectionPDFView.tsx +++ b/src/client/views/collections/CollectionPDFView.tsx @@ -40,7 +40,7 @@ export class CollectionPDFView extends React.Component<FieldViewProps> { // console.log(this.props.Document[HeightSym]()); }, { fireImmediately: true } - ) + ); } public static LayoutString(fieldKey: string = "data") { |
