diff --git a/src/containers/MountItems/MountItems.js b/src/containers/MountItems/MountItems.js index eb9b662..aeb2860 100644 --- a/src/containers/MountItems/MountItems.js +++ b/src/containers/MountItems/MountItems.js @@ -260,7 +260,7 @@ class MountItems extends Component { retryListCount++; retryList.push(); + key={'b' + retryListCount}>Cancel {storageType} Remount ({this.state.RetryItems[storageType].RetrySeconds}s)); if (retryListCount < Object.keys(this.state.RetryItems).length) { retryList.push(
); }