diff options
author | bobzel <zzzman@gmail.com> | 2020-08-27 10:14:42 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-27 10:14:42 -0400 |
commit | 0815f2b5da9205b46d232df10fba6a36c560cdb8 (patch) | |
tree | c70a7be830f654568c966ed7a2a92ed6252fc8cc /src | |
parent | cbf179ac597368f272d7f31c38f6afad90f57a2f (diff) |
fixed pinwith view to show up all the time
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 5f40ac59c..6f93bd12a 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -486,7 +486,7 @@ export class CollectionViewBaseChrome extends React.Component<CollectionMenuProp </Tooltip>} {this.aliasButton} {this.pinButton} - {this.props.docView.props.ContainingCollectionDoc?._viewType !== CollectionViewType.Freeform ? (null) : this.pinWithViewButton} + {this.pinWithViewButton} </div> {this.subChrome} </div> |