chore: update

This commit is contained in:
wuxh 2023-09-18 14:15:24 +08:00
parent 9a4276078c
commit c72bb07db9
No known key found for this signature in database
GPG Key ID: 464F03149513C20C

View File

@ -61,7 +61,7 @@ const PurePanel: React.FC<PurePanelProps> = (props) => {
additionalProps = {
closable: closable ?? true,
title,
footer: footer !== null ? <Footer {...props} /> : footer,
footer: <Footer {...props} />,
children,
};
}