diff --git a/src/components/DeviceInteraction/components.js b/src/components/DeviceInteraction/components.js index fe678da4..3477110a 100644 --- a/src/components/DeviceInteraction/components.js +++ b/src/components/DeviceInteraction/components.js @@ -100,12 +100,21 @@ export const ErrorDescContainer = ({ error: Error, onRetry: void => void, }) => ( - + - + - + {'Retry'} diff --git a/src/components/DeviceInteraction/index.js b/src/components/DeviceInteraction/index.js index b11e038b..0c261790 100644 --- a/src/components/DeviceInteraction/index.js +++ b/src/components/DeviceInteraction/index.js @@ -107,7 +107,7 @@ class DeviceInteraction extends PureComponent { ) })} {error && - shouldRenderRetry && } + shouldRenderRetry && } ) } diff --git a/src/components/DeviceInteraction/stories.js b/src/components/DeviceInteraction/stories.js index e111336b..2ae99f16 100644 --- a/src/components/DeviceInteraction/stories.js +++ b/src/components/DeviceInteraction/stories.js @@ -34,6 +34,7 @@ class Wrapper extends React.Component { {'reset'} (this._ref = n)} steps={[ {