X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/5d7bd1113f9decfb87d002954f6c11e0bfc53d04..779c11eec0987729b1be87f9f2e9f578c7b6c0a7:/src/views-components/resource-properties/resource-properties-list.tsx diff --git a/src/views-components/resource-properties/resource-properties-list.tsx b/src/views-components/resource-properties/resource-properties-list.tsx index a7b58252..47d7729b 100644 --- a/src/views-components/resource-properties/resource-properties-list.tsx +++ b/src/views-components/resource-properties/resource-properties-list.tsx @@ -38,7 +38,7 @@ ResourcePropertiesListActionProps & WithStyles; const List = withStyles(styles)( ({ classes, handleDelete, properties }: ResourcePropertiesListProps) => -
+
{properties && Object.keys(properties).map(k => Array.isArray(properties[k]) @@ -63,4 +63,4 @@ export const resourcePropertiesList = (formName: string) => (dispatch: Dispatch): ResourcePropertiesListActionProps => ({ handleDelete: (key: string, value: string) => dispatch(removePropertyFromResourceForm(key, value, formName)) }) - )(List); \ No newline at end of file + )(List);