From bf03a0fc623ad1a32620de3ab2e4fda837e8ff14 Mon Sep 17 00:00:00 2001 From: hyeonjin6530 Date: Mon, 14 Apr 2025 16:27:19 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=8C=9D=EC=97=85=EC=B0=BD=20=EB=AC=B8?= =?UTF-8?q?=EA=B5=AC=20=EB=B3=80=EA=B2=BD=20=EB=B0=8F=20=EB=B3=80=EC=88=98?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/mobile/main/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/mobile/main/page.tsx b/src/app/mobile/main/page.tsx index ede2c88..2a1897f 100644 --- a/src/app/mobile/main/page.tsx +++ b/src/app/mobile/main/page.tsx @@ -51,7 +51,7 @@ export default function MobileMain() { requestNotificationPermission(); // "다시 보지 않기" 플래그가 없으면 팝업 표시 - if (!localStorage.getItem('popUpDismissed')) { + if (!localStorage.getItem('popUpDismissed2')) { setShowPopUp(true); } }, []); @@ -112,12 +112,12 @@ export default function MobileMain() { {showPopUp && ( setShowPopUp(false)} onClickOther={() => { - localStorage.setItem('popUpDismissed', 'true'); + localStorage.setItem('popUpDismissed2', 'true'); setShowPopUp(false); }} />