Merge branch '21386-project-loading-view'
[arvados.git] / services / workbench2 / src / components / details-attribute / details-attribute.tsx
index c10f558e77ea3f4ec26f07cf416d67f17d37672c..d965b60f5b591b6f29fb98534643943001be1179 100644 (file)
@@ -87,7 +87,7 @@ export const DetailsAttribute = connect(mapStateToProps)(withStyles(styles)(
 
         render() {
             const { uuidEnhancer, link, value, classes, linkToUuid,
-                localCluster, remoteHostsConfig, sessions, label } = this.props;
+                localCluster, remoteHostsConfig, sessions } = this.props;
             let valueNode: React.ReactNode;
 
             if (linkToUuid) {