Skip to content

Commit

Permalink
Remove resources page summary
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri committed Dec 12, 2024
1 parent 3ec6212 commit 9b77bb0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/RecoverAccount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export function Component() {
title={strings.successfulMessage}
/>
</Page>

);
}

Expand Down Expand Up @@ -183,6 +182,7 @@ export function Component() {
name="captcha"
onChange={setFieldValue}
onError={onCaptchaError}
error={fieldError?.captcha}
/>
<Button
name={undefined}
Expand Down
1 change: 1 addition & 0 deletions src/views/RecoverAccountConfirm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export function Component() {
name="captcha"
onChange={setFieldValue}
onError={onCaptchaError}
error={fieldError?.captcha}
/>
<Button
name={undefined}
Expand Down
1 change: 1 addition & 0 deletions src/views/Register/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export function Component() {
name="captcha"
onChange={setFieldValue}
onError={onCaptchaError}
error={error?.captcha}
/>
<Button
name={undefined}
Expand Down
1 change: 0 additions & 1 deletion src/views/Resources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export function Component() {
mainSectionClassName={styles.resources}
title={strings.resourceAlerthubTitle}
heading={strings.resourceHeadingTitle}
description={strings.resourceHeadingDescription}
>
<Container
heading={strings.earlyWarningResourcesTitle}
Expand Down

0 comments on commit 9b77bb0

Please sign in to comment.