From 1d315018a48e1d7a4706edc4657f30617cc30f37 Mon Sep 17 00:00:00 2001 From: Ebube Date: Mon, 17 Jul 2023 17:47:03 +0100 Subject: [PATCH] Added error msg for card and updated password text display --- src/components/AuthPages/Login/index.jsx | 4 ++-- src/components/AuthPages/SignUp/index.jsx | 4 ++-- src/components/AuthPages/VerifyPassword/index.jsx | 8 ++++---- src/components/MyWallet/Popup/AddFundDollars.jsx | 8 +++++++- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index e188154..2cb79da 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -275,8 +275,8 @@ export default function Login() {
diff --git a/src/components/AuthPages/VerifyPassword/index.jsx b/src/components/AuthPages/VerifyPassword/index.jsx index 1e71678..f03509e 100644 --- a/src/components/AuthPages/VerifyPassword/index.jsx +++ b/src/components/AuthPages/VerifyPassword/index.jsx @@ -158,8 +158,8 @@ const SuccessfulComponent = ({ {/* INPUT */}
setPrevCardError(""), 5000); return; } } @@ -250,7 +253,7 @@ function AddFundDollars(props) { {/* previous tab */} {tab === "previous" && ( -
+
{payListCards.loading ? ( ) : payListCards?.data?.length ? ( @@ -295,6 +298,9 @@ function AddFundDollars(props) {
)} +

+ {prevCardError && prevCardError} +

)}