Implement fiscal-style research MVP flows
Some checks failed
PR Checks / typecheck-and-build (push) Has been cancelled
Some checks failed
PR Checks / typecheck-and-build (push) Has been cancelled
This commit is contained in:
@@ -88,7 +88,7 @@ const NAV_ITEMS: NavConfigItem[] = [
|
||||
{
|
||||
id: 'watchlist',
|
||||
href: '/watchlist',
|
||||
label: 'Watchlist',
|
||||
label: 'Coverage',
|
||||
icon: Eye,
|
||||
group: 'portfolio',
|
||||
matchMode: 'exact',
|
||||
@@ -174,7 +174,7 @@ function buildDefaultBreadcrumbs(pathname: string, activeTicker: string | null)
|
||||
if (pathname.startsWith('/watchlist')) {
|
||||
return [
|
||||
{ label: 'Portfolio', href: '/portfolio' },
|
||||
{ label: 'Watchlist' }
|
||||
{ label: 'Coverage' }
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user