Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ const App = (): React.JSX.Element => {
}}
/>
<Stack.Screen
name="wallet-embed"
name="WalletEmbed"
component={WalletEmbed}
options={{
header: () => <></>,

View File

@ -36,7 +36,7 @@ export type StackParamsList = {
requestEvent: Web3WalletTypes.SessionRequest;
requestSessionData: SessionTypes.Struct;
};
"wallet-embed": undefined;
WalletEmbed: undefined;
};
export type Account = {