Skip to content

Commit 6ece9b9

Browse files
committed
removed unused const
1 parent 038f40e commit 6ece9b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,7 @@ function SelectorDivider() {
585585
}
586586

587587
function HelpAndAI() {
588-
const matches = useMatches();
589588
const features = useFeatures();
590-
const routeMatch = useTypedMatchesData<typeof loader>({
591-
id: "root",
592-
matches,
593-
});
594589
const { openAskAI, websiteId } = useAskAI();
595590
const isKapaEnabled = features.isManagedCloud && websiteId;
596591

0 commit comments

Comments
 (0)