diff --git a/components/fieldset/fieldset.tsx b/components/fieldset/fieldset.tsx index 653e229..c8a3b7f 100644 --- a/components/fieldset/fieldset.tsx +++ b/components/fieldset/fieldset.tsx @@ -63,7 +63,7 @@ const Fieldset: React.FC> = React.memo(({ {!hasTitle && {title}} {!hasSubtitle && {subtitle}} - {FooterChildren && {FooterChildren}} + {FooterChildren && FooterChildren}