From 2042d7140f823f90759176c84386f8fa5996d19b Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 12 Dec 2018 20:00:27 -0600 Subject: [PATCH] Removed extra character --- src/containers/MountItems/MountItems.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(
); }