diff --git a/src/deck-components/SidebarNavigation.tsx b/src/deck-components/SidebarNavigation.tsx index 8ed84ac..85228cc 100644 --- a/src/deck-components/SidebarNavigation.tsx +++ b/src/deck-components/SidebarNavigation.tsx @@ -16,7 +16,7 @@ export interface SidebarNavigationPage { export interface SidebarNavigationProps { title?: string; - pages: (SidebarNavigationPage | null)[]; + pages: SidebarNavigationPage[]; showTitle?: boolean; disableRouteReporting?: boolean; page?: string;