From b45be73aef4ab0a2c498d3ad56f2454823fb4a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 11 Feb 2021 22:47:50 +0900 Subject: [PATCH] test: ad --- components/Advertisement.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/Advertisement.tsx b/components/Advertisement.tsx index 85ace2f..924e453 100644 --- a/components/Advertisement.tsx +++ b/components/Advertisement.tsx @@ -5,14 +5,13 @@ const Advertisement = (): JSX.Element => { if(process.env.NODE_ENV === 'production') window.adsbygoogle.push({}) }) - return
+ return
{ process.env.NODE_ENV === 'production' ? : 'Advertisement'