dev #916

Merged
ysCha merged 7 commits from dev into dev-deploy 2026-06-15 16:05:08 +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(() => {