diff --git a/src/App.tsx b/src/App.tsx index 7af3d2a..38f6425 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -41,7 +41,7 @@ import { } from "./App-styles"; import { Spacer } from "./common/Spacer"; import { Loader } from "./components/Loader"; -import { PasswordField } from "./components"; +import { PasswordField, ErrorText } from "./components"; type extStates = | "not-authenticated" @@ -805,12 +805,7 @@ function App() { /> - {sendPaymentError} + {sendPaymentError} {/* {sendPaymentSuccess} */} - {sendPaymentError} + {sendPaymentError} )} {extState === "web-app-request-connection" && ( @@ -1073,9 +1068,9 @@ function App() { Authenticate - + {walletToBeDecryptedError} - + )} @@ -1144,9 +1139,9 @@ function App() { Confirm password - + {walletToBeDownloadedError} - + )} @@ -1229,9 +1224,9 @@ function App() { Create Account - + {walletToBeDownloadedError} - + )}