Skip to content

Commit c66f927

Browse files
authored
fix: backup action list block other modal (#7183)
1 parent 6372333 commit c66f927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/components/WalletBackup/WalletBackupActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function WalletBackupActions({
109109
id: ETranslations.global_onekey_lite,
110110
}),
111111
icon: 'OnekeyLiteOutline' as IKeyOfIcons,
112-
onPress: handleBackupLiteCard,
112+
onPress: () => void handleBackupLiteCard(),
113113
},
114114
{
115115
label: intl.formatMessage({

0 commit comments

Comments
 (0)