From 8f2113b1557298ca0152cca77b50a8b5c5c01bce Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 18 Nov 2024 13:44:21 +0500 Subject: [PATCH] mobile: show migration progress --- .../app/components/dialogs/progress/index.tsx | 2 +- apps/mobile/app/hooks/use-app-events.tsx | 12 ++++++++++++ apps/mobile/package-lock.json | 3 ++- .../patches/react-scripts+5.0.1.patch | 19 ++++++++++--------- 4 files changed, 25 insertions(+), 11 deletions(-) diff --git a/apps/mobile/app/components/dialogs/progress/index.tsx b/apps/mobile/app/components/dialogs/progress/index.tsx index 1afa063b0..985a9d4ac 100644 --- a/apps/mobile/app/components/dialogs/progress/index.tsx +++ b/apps/mobile/app/components/dialogs/progress/index.tsx @@ -164,7 +164,7 @@ export default function Progress() { /> - {data?.canHideProgress ? null : ( + {!data?.canHideProgress ? null : (