aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-21 23:23:39 -0400
committerbobzel <zzzman@gmail.com>2021-03-21 23:23:39 -0400
commit63e8b86a058f750f210f61d30a88b79a9aa560cc (patch)
tree1886df76a0255317ac3cbf3d2d276786d62f1a29 /src/client/views
parent9c2ffb3e7319c5592b6f210273f5373319daca4b (diff)
restored viewModes to topBar
Diffstat (limited to 'src/client/views')
-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 6a9ad27c0..aaf243567 100644
--- a/src/client/views/collections/CollectionMenu.tsx
+++ b/src/client/views/collections/CollectionMenu.tsx
@@ -517,7 +517,7 @@ export class CollectionViewBaseChrome extends React.Component<CollectionMenuProp
</button>
</Tooltip>
{this.subChrome}
- {/* {this.notACollection || this.props.type === CollectionViewType.Invalid ? (null) : this.viewModes} */}
+ {this.notACollection || this.props.type === CollectionViewType.Invalid ? (null) : this.viewModes}
{!this._buttonizableCommands ? (null) : this.templateChrome}
</div>
</div>