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 ce1a6e5d..0a3c3737 100644 --- a/src/components/form-field/radio-box/radio-box-option.tsx +++ b/src/components/form-field/radio-box/radio-box-option.tsx @@ -32,7 +32,7 @@ const Title = ({ children }: { children: React.ReactNode }) => ( ); const Description = ({ children }: { children: React.ReactNode }) => ( -

+

{children}

);