Skip to content
Snippets Groups Projects
Commit cea2dd9a authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix spacing

parent 7c193174
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment