Fix React key warning after 4c283d88c7
This commit is contained in:
parent
2e0f7062c3
commit
2dc08a0dfb
1 changed files with 1 additions and 0 deletions
|
@ -921,6 +921,7 @@ var ItemTree = class ItemTree extends LibraryTree {
|
||||||
const showMessage = !this.collectionTreeRow || this._itemsPaneMessage;
|
const showMessage = !this.collectionTreeRow || this._itemsPaneMessage;
|
||||||
|
|
||||||
const itemsPaneMessage = (<div
|
const itemsPaneMessage = (<div
|
||||||
|
key="items-pane-message"
|
||||||
onDragOver={e => this.props.dragAndDrop && this.onDragOver(e, -1)}
|
onDragOver={e => this.props.dragAndDrop && this.onDragOver(e, -1)}
|
||||||
onDrop={e => this.props.dragAndDrop && this.onDrop(e, -1)}
|
onDrop={e => this.props.dragAndDrop && this.onDrop(e, -1)}
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue