aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-27 10:14:42 -0400
committerbobzel <zzzman@gmail.com>2020-08-27 10:14:42 -0400
commit0815f2b5da9205b46d232df10fba6a36c560cdb8 (patch)
treec70a7be830f654568c966ed7a2a92ed6252fc8cc /src
parentcbf179ac597368f272d7f31c38f6afad90f57a2f (diff)
fixed pinwith view to show up all the time
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionMenu.tsx2
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>