diff --git a/src/components/_app/Web3ConnectionManager/components/WalletSelectorModal/components/GoogleLoginButton/components/ExportWaaSModal.tsx b/src/components/_app/Web3ConnectionManager/components/WalletSelectorModal/components/GoogleLoginButton/components/ExportWaaSModal.tsx index 8f2f9380ae..3e6243748d 100644 --- a/src/components/_app/Web3ConnectionManager/components/WalletSelectorModal/components/GoogleLoginButton/components/ExportWaaSModal.tsx +++ b/src/components/_app/Web3ConnectionManager/components/WalletSelectorModal/components/GoogleLoginButton/components/ExportWaaSModal.tsx @@ -71,7 +71,7 @@ async function generatePrivateKey(backupData: string) { try { const waas = await getWaas() const { Logout } = await cwaasImport() - await Logout().catch(() => { }) + await Logout().catch(() => {}) const wallet = await waas.wallets.restoreFromBackup(backupData) const pk = (await wallet.exportKeys(backupData)) as RawPrivateKey[]