Skip to content

Commit

Permalink
Fix typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jul 23, 2024
1 parent 93b602c commit 7b32e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/src/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ type DefaultRegisterParams = {
};

export type RootStackParamList = {
Home: {chainId?: string};
Home?: {chainId?: string};
'Home.Main': undefined;
'Home.Stake.Dashboard': {chainId: string};
Camera?: {
Expand Down

0 comments on commit 7b32e6b

Please sign in to comment.