mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
fix: fix footer-component undefined
This commit is contained in:
@@ -63,7 +63,7 @@ const Fieldset: React.FC<React.PropsWithChildren<FieldsetProps>> = React.memo(({
|
||||
{!hasTitle && <FieldsetTitle>{title}</FieldsetTitle>}
|
||||
{!hasSubtitle && <FieldsetSubtitle>{subtitle}</FieldsetSubtitle>}
|
||||
</div>
|
||||
{FooterChildren && {FooterChildren}}
|
||||
{FooterChildren && FooterChildren}
|
||||
<style jsx>{`
|
||||
.fieldset {
|
||||
background-color: ${theme.palette.background};
|
||||
|
||||
Reference in New Issue
Block a user