diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-12 14:41:57 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-12 14:41:57 -0400 |
| commit | 188033d3b013326b3233cd9ce33793e7561e03a6 (patch) | |
| tree | ad5bd29dd114986c59697526b5d3202ed7be7c22 /src/client/views/collections/CollectionPDFView.tsx | |
| parent | 9ec4a529dc886acca8f147cfe913e60f938f3bda (diff) | |
| parent | a638c12cde39a3ea5193a8038f72a55d706d9af8 (diff) | |
nice!
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 773e4ae60..62e8adbec 100644 --- a/src/client/views/collections/CollectionPDFView.tsx +++ b/src/client/views/collections/CollectionPDFView.tsx @@ -73,7 +73,7 @@ export class CollectionPDFView extends React.Component<FieldViewProps> { return ( <> <CollectionFreeFormView {...props} CollectionView={this} /> - {this.props.isSelected() ? this.uIButtons : (null)} + {renderProps.active() ? this.uIButtons : (null)} </> ); } |
