diff --git a/components/form/Form.tsx b/components/form/Form.tsx index 6015348..6e6abc1 100644 --- a/components/form/Form.tsx +++ b/components/form/Form.tsx @@ -312,7 +312,18 @@ export const Form: React.FC = ({ )} {typeof onFooter === "function" ? ( -
{onFooter(local)}
+
+ {onFooter(local)} +
) : (
)}