diff --git a/src/containers/MountItems/MountItems.js b/src/containers/MountItems/MountItems.js index 88aefcc..9700b3f 100644 --- a/src/containers/MountItems/MountItems.js +++ b/src/containers/MountItems/MountItems.js @@ -284,10 +284,10 @@ class MountItems extends IPCContainer { if (this.state.RetryItems.hasOwnProperty(provider)) { if (this.state.RetryItems[provider].RetryMessage) { retryList.push(
{this.state.RetryItems[provider].RetryMessage}
); - } + } retryList.push(); - if (retryCount++ < Object.keys(this.state.RetryItems).length) { + if (++retryCount < Object.keys(this.state.RetryItems).length) { retryList.push(); }