diff --git a/src/components/library/library.jsx b/src/components/library/library.jsx index 628e62deda498847e714707260d47f2f015e771f..13736d60f3a32045a020929c0f95560d4c689917 100644 --- a/src/components/library/library.jsx +++ b/src/components/library/library.jsx @@ -185,7 +185,7 @@ class LibraryComponent extends React.Component { id={index} insetIconURL={dataItem.insetIconURL} internetConnectionRequired={dataItem.internetConnectionRequired} - key={typeof dataItem.name === 'string' ? dataItem.name : dataItem.rawURL} + key={typeof dataItem.name === 'string' ? dataItem.name : dataItem.rawURL} name={dataItem.name} onMouseEnter={this.handleMouseEnter} onMouseLeave={this.handleMouseLeave}