feature/jp_0615 #915

Merged
jungpyo2001 merged 2 commits from feature/jp_0615 into dev 2026-06-15 16:03:03 +09:00
Showing only changes of commit 7423f7a05a - Show all commits

View File

@ -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(() => {