We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6372333 commit c66f927Copy full SHA for c66f927
packages/kit/src/components/WalletBackup/WalletBackupActions.tsx
@@ -109,7 +109,7 @@ export function WalletBackupActions({
109
id: ETranslations.global_onekey_lite,
110
}),
111
icon: 'OnekeyLiteOutline' as IKeyOfIcons,
112
- onPress: handleBackupLiteCard,
+ onPress: () => void handleBackupLiteCard(),
113
},
114
{
115
label: intl.formatMessage({
0 commit comments