meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
2 additions and
1 deletions
-
src/components/DeviceInteraction/components.js
|
|
@ -7,6 +7,7 @@ import Tooltip from 'components/base/Tooltip' |
|
|
|
import { radii, colors } from 'styles/theme' |
|
|
|
import { rgba } from 'styles/helpers' |
|
|
|
|
|
|
|
import TranslatedError from 'components/TranslatedError' |
|
|
|
import Box from 'components/base/Box' |
|
|
|
import Spinner from 'components/base/Spinner' |
|
|
|
import IconCheck from 'icons/Check' |
|
|
@ -131,7 +132,7 @@ export const ErrorDescContainer = ({ |
|
|
|
> |
|
|
|
<Box horizontal> |
|
|
|
<Box p={1} pl={2}> |
|
|
|
{error.message || 'Failed'} |
|
|
|
<TranslatedError error={error} /> |
|
|
|
</Box> |
|
|
|
<Tooltip render={() => 'Retry'} style={{ display: 'flex', alignItems: 'center' }}> |
|
|
|
<ErrorRetryContainer onClick={onRetry}> |
|
|
|