#24: Add retry logic to version check
This commit is contained in:
@@ -19,7 +19,7 @@ const mapDispatchToProps = dispatch => {
|
||||
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(props => {
|
||||
return (
|
||||
<Box dxStyle={{padding: '8px'}}>
|
||||
<Box dxDark dxStyle={{padding: '8px'}}>
|
||||
<h1 className={'ErrorDetailsHeading'}>Application Error</h1>
|
||||
<div className={'ErrorDetailsContent'}>
|
||||
<p>{props.ErrorMessage}</p>
|
||||
|
||||
Reference in New Issue
Block a user