We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038f40e commit 6ece9b9Copy full SHA for 6ece9b9
1 file changed
apps/webapp/app/components/navigation/SideMenu.tsx
@@ -585,12 +585,7 @@ function SelectorDivider() {
585
}
586
587
function HelpAndAI() {
588
- const matches = useMatches();
589
const features = useFeatures();
590
- const routeMatch = useTypedMatchesData<typeof loader>({
591
- id: "root",
592
- matches,
593
- });
594
const { openAskAI, websiteId } = useAskAI();
595
const isKapaEnabled = features.isManagedCloud && websiteId;
596
0 commit comments