From 6821b0e00b4a0e1178c27b7175804fb27a8890a4 Mon Sep 17 00:00:00 2001 From: Joel Varty Date: Wed, 23 Jun 2021 10:25:05 -0400 Subject: [PATCH] fix --- components/common/Layout/Layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}