refs #master Merge branch 'origin/master' into 13828-trash-view
[arvados-workbench2.git] / src / views / collection-panel / collection-panel.tsx
index 348b548bdb4845eef161ce30210bcf5fde7833d0..8a0e2f8108332c5110218b1711d5d4ac36242767 100644 (file)
@@ -71,7 +71,6 @@ export const CollectionPanel = withStyles(styles)(
         };
     })(
         class extends React.Component<CollectionPanelProps> {
-
             render() {
                 const { classes, item, tags } = this.props;
                 return <div>
@@ -154,7 +153,6 @@ export const CollectionPanel = withStyles(styles)(
                     hideDuration: 2000
                 }));
             }
-
         }
     )
 );