From 7b32e6b9f966f08c086bc16e86e8de02c3bf8709 Mon Sep 17 00:00:00 2001 From: Thunnini Date: Tue, 23 Jul 2024 22:40:58 +0900 Subject: [PATCH] Fix typing error --- apps/mobile/src/navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/navigation.tsx b/apps/mobile/src/navigation.tsx index 7af5febef1..f7c62e2174 100644 --- a/apps/mobile/src/navigation.tsx +++ b/apps/mobile/src/navigation.tsx @@ -131,7 +131,7 @@ type DefaultRegisterParams = { }; export type RootStackParamList = { - Home: {chainId?: string}; + Home?: {chainId?: string}; 'Home.Main': undefined; 'Home.Stake.Dashboard': {chainId: string}; Camera?: {