diff --git a/components/common/Layout/Layout.tsx b/components/common/Layout/Layout.tsx index 065768302..26a6a217c 100644 --- a/components/common/Layout/Layout.tsx +++ b/components/common/Layout/Layout.tsx @@ -125,7 +125,9 @@ const Layout: FC = (props) => { } {!isPreviewLoading && <> - + { agilityProps && + + }
{children}