diff --git a/packages/ui/src/components/ui/MobileOverlayPanel.tsx b/packages/ui/src/components/ui/MobileOverlayPanel.tsx index 9757cb04..37a6c32e 100644 --- a/packages/ui/src/components/ui/MobileOverlayPanel.tsx +++ b/packages/ui/src/components/ui/MobileOverlayPanel.tsx @@ -77,7 +77,7 @@ export const MobileOverlayPanel: React.FC = ({ >
= ({
); })()} - + {children} {footer ? ( -
+
{footer}
) : null}