{ACCOUNTING_NAV.flatMap((g) =>
g.href
? [{ href: g.href, label: g.label }]
: (g.items ?? []).slice(0, 1).map((i) => ({ href: i.href, label: g.label }))
).map((item) => (
{item.label}
))}
{children}
{ACCOUNTING_QUICK_BAR.map((item) => (
{item.label}
))}