From de33849d3b704a43ab71b26f344ba07a87f9b735 Mon Sep 17 00:00:00 2001 From: barshathakuri Date: Wed, 11 Dec 2024 14:04:59 +0545 Subject: [PATCH] Remove resources page summary --- src/views/RecoverAccount/index.tsx | 6 +++++- src/views/Resources/index.tsx | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/RecoverAccount/index.tsx b/src/views/RecoverAccount/index.tsx index e6971c5c..944cae72 100644 --- a/src/views/RecoverAccount/index.tsx +++ b/src/views/RecoverAccount/index.tsx @@ -150,7 +150,6 @@ export function Component() { title={strings.successfulMessage} /> - ); } @@ -184,6 +183,11 @@ export function Component() { onChange={setFieldValue} onError={onCaptchaError} /> + {fieldError?.captcha && ( + + )}