diff --git a/web-marketplace/src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.tsx b/web-marketplace/src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.tsx index 1a43a3c2f1..b4c5aba97f 100644 --- a/web-marketplace/src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.tsx +++ b/web-marketplace/src/components/organisms/AgreePurchaseForm/AgreePurchaseForm.tsx @@ -147,8 +147,6 @@ export const AgreePurchaseForm = ({ checked={agreeErpa} labelSize="md" labelClassName="font-normal" - error={!!errors.agreeErpa} - helperText={errors.agreeErpa?.message} {...form.register('agreeErpa')} />