Merge branch '14470-replace-tree-picker-in-create-collection-dialog' into 14470-repla...
[arvados.git] / src / views-components / details-panel / project-details.tsx
index 331952f259e7ff357cd48a2e088007064e5a2a8d..18affbacfd0698e6ea3f5eef3b071f6eede3827f 100644 (file)
@@ -27,12 +27,12 @@ export class ProjectDetails extends DetailsData<ProjectResource> {
             <DetailsAttribute label='Last modified' value={formatDate(this.item.modifiedAt)} />
             <DetailsAttribute label='Created at' value={formatDate(this.item.createdAt)} />
             {/* Missing attr */}
-            <DetailsAttribute label='File size' value='1.4 GB' />
+            {/*<DetailsAttribute label='File size' value='1.4 GB' />*/}
             <DetailsAttribute label='Description'>
-                {this.item.description ? 
+                {this.item.description ?
                     <RichTextEditorLink
                         title={`Description of ${this.item.name}`}
-                        content={this.item.description} 
+                        content={this.item.description}
                         label='Show full description' />
                     : '---'
                 }