From 7423f7a05a3657c25f195dd915318befd6c6e815 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6E8S9S5\\LEE" Date: Mon, 15 Jun 2026 16:01:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=9C=EC=A0=84=EC=8B=9C=EB=AE=AC=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20=ED=8C=9D=EC=97=85=EC=B0=BD=20=EC=98=A4?= =?UTF-8?q?=ED=94=88=20=EC=86=8C=EC=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header/Header.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/header/Header.jsx b/src/components/header/Header.jsx index 689bac59..13105ad8 100644 --- a/src/components/header/Header.jsx +++ b/src/components/header/Header.jsx @@ -210,7 +210,9 @@ export default function Header(props) { ], }, { id: 8, name: 'qna.title', url: '/community/qna', children: [] }, - { id: 9, name: 'header.menus.economic.simulation', action: openEconomicSimulation, children: [] }, + ...(process.env.NEXT_PUBLIC_RUN_MODE !== 'production' + ? [{ id: 9, name: 'header.menus.economic.simulation', action: openEconomicSimulation, children: [] }] + : []), ] const syncSession = useCallback(() => {