Skip to content

Commit

Permalink
landing page layout improvement (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: shan <[email protected]>
  • Loading branch information
shan-57blocks and shan57blocks authored Oct 16, 2023
1 parent 909683e commit a6ee39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/huma-shared/src/hooks/useActiveRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const useActiveRoute = (routes: {
}): Partial<{
path: string
isRoot?: boolean | undefined
isLendDetails?: boolean | undefined
}> => {
const location = useLocation()
const activeRoute = useMemo(
Expand Down

0 comments on commit a6ee39b

Please sign in to comment.