diff --git a/frontend/src/features/admin-form/create/end-page/PaymentEndPageBlock.tsx b/frontend/src/features/admin-form/create/end-page/PaymentEndPageBlock.tsx index 2a6f158e3b..7bbfacedbf 100644 --- a/frontend/src/features/admin-form/create/end-page/PaymentEndPageBlock.tsx +++ b/frontend/src/features/admin-form/create/end-page/PaymentEndPageBlock.tsx @@ -57,7 +57,7 @@ export const PaymentEndPageBlock = ({ ) return ( - + {submittedAriaText} diff --git a/frontend/src/features/public-form/components/FormEndPage/components/PaymentEndPagePreview.tsx b/frontend/src/features/public-form/components/FormEndPage/components/PaymentEndPagePreview.tsx index 638db9842e..09a5dac02d 100644 --- a/frontend/src/features/public-form/components/FormEndPage/components/PaymentEndPagePreview.tsx +++ b/frontend/src/features/public-form/components/FormEndPage/components/PaymentEndPagePreview.tsx @@ -31,23 +31,21 @@ export const PaymentEndPagePreview = ({ - - - {isFeedbackSubmitted ? null : ( - - - - )} - + + {isFeedbackSubmitted ? null : ( + + + + )}