From 40aadf6a352be55ca650968201807da77e12e191 Mon Sep 17 00:00:00 2001 From: nicolas-ethyca <111306317+nicolas-ethyca@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:06:40 -0400 Subject: [PATCH] Update src/fides/data/sample_project/cookie_house/src/pages/index.tsx Co-authored-by: Neville Samuell --- .../data/sample_project/cookie_house/src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fides/data/sample_project/cookie_house/src/pages/index.tsx b/src/fides/data/sample_project/cookie_house/src/pages/index.tsx index 840a3e66a2d..55ecad8a97b 100644 --- a/src/fides/data/sample_project/cookie_house/src/pages/index.tsx +++ b/src/fides/data/sample_project/cookie_house/src/pages/index.tsx @@ -35,7 +35,7 @@ const IndexPage = ({ - {gtm_key && ( + {gtm_key ? ( )} + ) : null } );