diff --git a/src/components/form-field/radio-box/radio-box-option.tsx b/src/components/form-field/radio-box/radio-box-option.tsx index 1f715b46..326b4a34 100644 --- a/src/components/form-field/radio-box/radio-box-option.tsx +++ b/src/components/form-field/radio-box/radio-box-option.tsx @@ -68,7 +68,7 @@ export const RadioBoxOption = ({ children, value, disabled, className }: RadioBo )} -
{children}
+
{children}
)}