diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-03 12:00:59 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-03 12:00:59 -0400 |
| commit | c619bad0281ea6f248c48b8d418f324f67f530dd (patch) | |
| tree | 197b8cef6b4ac6a6a527a5148f3f170a6f6638ad /src/client/views/collections/CollectionVideoView.tsx | |
| parent | 5e35e1895bb54568bbf8cc3991480e20edd1de83 (diff) | |
added to fitToBox to treeviews. fixed some fitToBox issues. moved notifications button to library tree view.
Diffstat (limited to 'src/client/views/collections/CollectionVideoView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionVideoView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionVideoView.tsx b/src/client/views/collections/CollectionVideoView.tsx index c1a6ca44e..1984965ba 100644 --- a/src/client/views/collections/CollectionVideoView.tsx +++ b/src/client/views/collections/CollectionVideoView.tsx @@ -122,7 +122,6 @@ export class CollectionVideoView extends React.Component<FieldViewProps> { } render() { - trace(); return ( <CollectionBaseView {...this.props} className="collectionVideoView-cont" onContextMenu={this.onContextMenu}> {this.subView} |
