diff --git a/src/custom/Modal/index.tsx b/src/custom/Modal/index.tsx index 6ea90ae6..360e2f83 100644 --- a/src/custom/Modal/index.tsx +++ b/src/custom/Modal/index.tsx @@ -168,7 +168,7 @@ export const ModalFooter: React.FC = ({ helpText, children, va )} -
{children}
+ {children} ); };