dev #927
@ -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(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user