diff --git a/src/views/RCloneDashboard/RCloneDashboard.js b/src/views/RCloneDashboard/RCloneDashboard.js index abfcc5646..331f22fab 100644 --- a/src/views/RCloneDashboard/RCloneDashboard.js +++ b/src/views/RCloneDashboard/RCloneDashboard.js @@ -60,6 +60,7 @@ class RCloneDashboard extends React.Component { }; getOptionViewCards = (head, value) => { const elements = []; + if(value) for (const [ele, val] of Object.entries(value)) { elements.push(( @@ -81,6 +82,7 @@ class RCloneDashboard extends React.Component { } const elements = []; + if(!hasError && options) for (const [head, value] of Object.entries(options)) { elements.push((