From 7214e5bb5907efad56f403b6ba7b3c0070ae6906 Mon Sep 17 00:00:00 2001 From: basssy Date: Fri, 11 Oct 2024 12:58:35 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Main.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Main.jsx b/src/components/Main.jsx index be72673f..69c90071 100644 --- a/src/components/Main.jsx +++ b/src/components/Main.jsx @@ -112,7 +112,7 @@ export default function MainPage() { return ( <> - {(sessionState.pwdInitYn === 'Y' && ( + {(sessionState?.pwdInitYn !== 'N' && ( <>