Fix React key warning after 4c283d88c7

This commit is contained in:
Dan Stillman 2023-05-05 06:48:33 -04:00
parent 2e0f7062c3
commit 2dc08a0dfb

View file

@ -921,6 +921,7 @@ var ItemTree = class ItemTree extends LibraryTree {
const showMessage = !this.collectionTreeRow || this._itemsPaneMessage;
const itemsPaneMessage = (<div
key="items-pane-message"
onDragOver={e => this.props.dragAndDrop && this.onDragOver(e, -1)}
onDrop={e => this.props.dragAndDrop && this.onDrop(e, -1)}
onClick={(e) => {