From 8f946b5521b71e455cbcd6aba0334b527569ebde Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 23 Oct 2019 18:02:30 -0500 Subject: [PATCH] Layout changes --- src/containers/MountItems/MountItems.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(
); }