Fix missing key

This commit is contained in:
Dan Abramov
2019-04-08 19:01:28 +01:00
parent b3ba758798
commit ab89d6500f
@@ -122,6 +122,7 @@ function ElementsDropdown({
<div className={styles.Modal} ref={modalRef}>
{ownerStack.map((id, index) => (
<button
key={id}
className={
ownerStackIndex === index
? styles.SelectedComponent