diff --git a/apps/client/src/widgets/react/Modal.tsx b/apps/client/src/widgets/react/Modal.tsx index 221236e8e..84f20a9b4 100644 --- a/apps/client/src/widgets/react/Modal.tsx +++ b/apps/client/src/widgets/react/Modal.tsx @@ -116,7 +116,7 @@ export default function Modal({ children, className, size, title, header, footer return (
-
+ {show &&
{!title || typeof title === "string" ? ( @@ -144,7 +144,7 @@ export default function Modal({ children, className, size, title, header, footer )}
-
+
}
); }