Split ResourceOwnerWithName & ResourceWithName
[arvados-workbench2.git] / src / views / project-panel / project-panel.tsx
index fb5b6205ce272290dabe9bb8a7cac61e324b4118..a5594d8ec9d951cddccc0adf90d0820ba8cea97e 100644 (file)
@@ -183,7 +183,7 @@ export const ProjectPanel = withStyles(styles)(
                         name: resource.name,
                         uuid: resource.uuid,
                         ownerUuid: resource.ownerUuid,
-                        isTrashed: ('isTrashed' in resource) ? resource.isTrashed: false,
+                        isTrashed: ('isTrashed' in resource) ? resource.isTrashed : false,
                         kind: resource.kind,
                         menuKind,
                         description: resource.description,