X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8a570b430be529010e28929c589103ad6ffebedd..8775768ca3a344775c81b7278a50d56d9be3f9b6:/src/views/collection-panel/collection-panel.tsx diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx index 07eb7d971a..96c2fc96f0 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -113,13 +113,15 @@ export const CollectionPanel = withStyles(styles)( - + + + { - Object.keys(item.properties).map(key => { - return ; + Object.keys(item.properties).map(k => { + return ; }) }