diff options
| author | madelinegr <monika_hedman@brown.edu> | 2019-06-11 12:54:05 -0400 |
|---|---|---|
| committer | madelinegr <monika_hedman@brown.edu> | 2019-06-11 12:54:05 -0400 |
| commit | f4a545e6e4b21ca28ce861325be69d920578d6c0 (patch) | |
| tree | 6adbd99ea734c3bfff9a86f7c4f0904831579dc7 /src/client/views/collections/CollectionPDFView.tsx | |
| parent | 0f9ae31c6a6f384b2b8df9223a820c2d53571d3a (diff) | |
| parent | 06d5bb5c65da6f4a115ebf8118989115420bccef (diff) | |
pulled from master
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 5e51437a4..bf887ce7c 100644 --- a/src/client/views/collections/CollectionPDFView.tsx +++ b/src/client/views/collections/CollectionPDFView.tsx @@ -70,7 +70,7 @@ export class CollectionPDFView extends React.Component<FieldViewProps> { return ( <> <CollectionFreeFormView {...props} CollectionView={this} /> - {this.props.isSelected() ? this.uIButtons : (null)} + {renderProps.active() ? this.uIButtons : (null)} </> ); } |
