diff --git a/src/App.tsx b/src/App.tsx index d1aeee5..3d87362 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -851,9 +851,7 @@ function App() { walletToBeDownloaded.wallet, walletToBeDownloaded.qortAddress ); - await showInfo({ - message: `Your wallet file was saved to internal storage, in the document folder. Keep that file secure.`, - }) + } catch (error: any) { setWalletToBeDownloadedError(error?.message); } finally { @@ -2415,6 +2413,9 @@ function App() { onClick={async () => { await saveFileToDiskFunc(); returnToMain(); + await showInfo({ + message: `Your wallet file was saved to internal storage, in the document folder. Keep that file secure.`, + }) }} > Backup Account @@ -2555,20 +2556,20 @@ function App() { )} {isShowInfo && ( {"Important Info"} - {message.message} + {messageInfo.message} -