Skip to content

Commit 757803d

Browse files
PROD-3115 fix for nav changing #time 15m
1 parent c58ab13 commit 757803d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-ts/lib/route-provider/route.provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export const RouteProvider: FC<RouteProviderProps> = (props: RouteProviderProps)
160160
// eslint-disable-next-line react-hooks/exhaustive-deps
161161
}, [
162162
initialized,
163+
location,
163164
profile,
164165
props.toolsRoutes,
165166
props.utilsRoutes,

0 commit comments

Comments
 (0)