diff --git a/packages/neuron-ui/src/components/ImportHardware/detect-device.tsx b/packages/neuron-ui/src/components/ImportHardware/detect-device.tsx index 008b1ba8cf..c48ddda7f3 100644 --- a/packages/neuron-ui/src/components/ImportHardware/detect-device.tsx +++ b/packages/neuron-ui/src/components/ImportHardware/detect-device.tsx @@ -1,7 +1,7 @@ import React, { useCallback, useState } from 'react' import { useTranslation } from 'react-i18next' import Button from 'widgets/Button' -import { getDevices, getDeviceFirmwareVersion, getDeviceCkbAppVersion, connectDevice } from 'services/remote' +import { getDevices, getDeviceCkbAppVersion, connectDevice } from 'services/remote' import { isSuccessResponse, errorFormatter, useDidMount } from 'utils' import { ReactComponent as SuccessInfo } from 'widgets/Icons/SuccessInfo.svg' import { Error as ErrorIcon } from 'widgets/Icons/icon' @@ -50,7 +50,6 @@ const DetectDevice = ({ dispatch, model }: { dispatch: React.Dispatch { setError('') @@ -76,10 +75,6 @@ const DetectDevice = ({ dispatch, model }: { dispatch: React.Dispatch{productName} {errorMsg ? : null} {scanning ? : null} - {firmwareVersion && !errorMsg && !scanning ? ( - - ) : null} {appVersion ? : null}