X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/9cd0c2757db479fb75e150d52d4871d9a88af364..3f7e1a8afad27920adf8f03ce82eeb1ae58aa84f:/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);