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?: {