From f5e1c7e7414525bd71bbb7e92a8477d0aa634f9b Mon Sep 17 00:00:00 2001 From: MateuszMudita Date: Thu, 10 Oct 2024 13:51:07 +0200 Subject: [PATCH] Fixed errors --- .../src/lib/services/flash-msc-device.service.ts | 1 + .../msc-flash-harmony/src/lib/ui/recovery-mode.tsx | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libs/msc-flash/msc-flash-harmony/src/lib/services/flash-msc-device.service.ts b/libs/msc-flash/msc-flash-harmony/src/lib/services/flash-msc-device.service.ts index 6c22781924..97f1c48277 100644 --- a/libs/msc-flash/msc-flash-harmony/src/lib/services/flash-msc-device.service.ts +++ b/libs/msc-flash/msc-flash-harmony/src/lib/services/flash-msc-device.service.ts @@ -3,6 +3,7 @@ * For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md */ +import path from "path" import { Dispatch, ReduxRootState } from "Core/__deprecated__/renderer/store" import { FlashingProcessState, SupportedPlatform, Product } from "../constants" import { setFlashingProcessState } from "../actions/set-flashing-process-state.action" diff --git a/libs/msc-flash/msc-flash-harmony/src/lib/ui/recovery-mode.tsx b/libs/msc-flash/msc-flash-harmony/src/lib/ui/recovery-mode.tsx index c2d01409df..6fdfac4d31 100644 --- a/libs/msc-flash/msc-flash-harmony/src/lib/ui/recovery-mode.tsx +++ b/libs/msc-flash/msc-flash-harmony/src/lib/ui/recovery-mode.tsx @@ -177,10 +177,12 @@ const RecoveryModeUI: FunctionComponent = () => {