Add trash view and trahsing/untrashing project/collection
[arvados-workbench2.git] / src / views / collection-panel / collection-panel.tsx
index 374cb95159483f5d4896fcbd539fddfc61931ea3..9e32700d034e8eeb5d87bb8c4db65006ae279730 100644 (file)
@@ -65,7 +65,6 @@ export const CollectionPanel = withStyles(styles)(
         tags: state.collectionPanel.tags
     }))(
         class extends React.Component<CollectionPanelProps> {
-
             render() {
                 const { classes, item, tags, onContextMenu } = this.props;
                 return <div>
@@ -131,7 +130,6 @@ export const CollectionPanel = withStyles(styles)(
                     onItemRouteChange(match.params.id);
                 }
             }
-
         }
     )
 );