From 28ba96bb340a636663dab05f2a769c701fcfaa38 Mon Sep 17 00:00:00 2001 From: Joanna Dyczka Date: Wed, 28 Aug 2024 11:30:20 +0200 Subject: [PATCH] [#1847] delete duplicate text on DRep registration form --- CHANGELOG.md | 2 +- .../organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 044d73c8d..890bbf8e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ changes. ### Fixed -- +- Delete duplicate text on DRep registration form [Issue 1847](https://github.com/IntersectMBO/govtool/issues/1847) ### Changed diff --git a/govtool/frontend/src/components/organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx b/govtool/frontend/src/components/organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx index 5d0a10011..7b69b5a4f 100644 --- a/govtool/frontend/src/components/organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx +++ b/govtool/frontend/src/components/organisms/RegisterAsDRepSteps/RegisterAsDRepForm.tsx @@ -96,15 +96,6 @@ export const RegisterAsDRepForm = ({ rules={Rules.GIVEN_NAME} /> - - - - {t("registration.aboutYou")} - - - {t("registration.aboutYouDescription")} - -