From a6ee39bf37357fdd506b89499dbcf9e0896474f1 Mon Sep 17 00:00:00 2001 From: shan-57blocks <115970472+shan-57blocks@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:04:19 +0800 Subject: [PATCH] landing page layout improvement (#59) Co-authored-by: shan --- packages/huma-shared/src/hooks/useActiveRoute.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/huma-shared/src/hooks/useActiveRoute.ts b/packages/huma-shared/src/hooks/useActiveRoute.ts index c64056b5..dfe98778 100644 --- a/packages/huma-shared/src/hooks/useActiveRoute.ts +++ b/packages/huma-shared/src/hooks/useActiveRoute.ts @@ -8,6 +8,7 @@ export const useActiveRoute = (routes: { }): Partial<{ path: string isRoot?: boolean | undefined + isLendDetails?: boolean | undefined }> => { const location = useLocation() const activeRoute = useMemo(