diff --git a/remix/app/hooks/usePath.tsx b/remix/app/hooks/usePath.tsx index 5422731..f2f75f1 100644 --- a/remix/app/hooks/usePath.tsx +++ b/remix/app/hooks/usePath.tsx @@ -37,6 +37,7 @@ export const usePath = (props?: any) => { if (!mode) { return "things" } + return mode }) } }, [pathname, modes])