From b5839095359f0dd00a20ad2fbf282b77c63e5daa Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Wed, 23 Aug 2023 08:12:19 +1000 Subject: [PATCH] feat: main --- remix/app/hooks/usePath.tsx | 1 + 1 file changed, 1 insertion(+) 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])