Removed extra character
This commit is contained in:
@@ -260,7 +260,7 @@ class MountItems extends Component {
|
|||||||
retryListCount++;
|
retryListCount++;
|
||||||
retryList.push(<Button
|
retryList.push(<Button
|
||||||
clicked={()=>this.cancelRetryMount(storageType, ()=> this.detectMounts())}
|
clicked={()=>this.cancelRetryMount(storageType, ()=> this.detectMounts())}
|
||||||
key={'b' + retryListCount}>Cancel {storageType} Auto-Retry ({this.state.RetryItems[storageType].RetrySeconds}s)]</Button>);
|
key={'b' + retryListCount}>Cancel {storageType} Remount ({this.state.RetryItems[storageType].RetrySeconds}s)</Button>);
|
||||||
if (retryListCount < Object.keys(this.state.RetryItems).length) {
|
if (retryListCount < Object.keys(this.state.RetryItems).length) {
|
||||||
retryList.push(<div style={{paddingTop: '8px'}} key={'d' + retryListCount}/>);
|
retryList.push(<div style={{paddingTop: '8px'}} key={'d' + retryListCount}/>);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user