Update src/components/hooks/useNavigation.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Yash
2026-02-20 00:05:40 +05:30
committed by GitHub
co-authored by greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent c84c73b7a7
commit cafc24e1d8
+1 -1
View File
@@ -31,7 +31,7 @@ export function useNavigation() {
params === false ? {} : { ...queryParams, ...params },
);
},
[pathname, teamId, queryParams],
[teamId, queryParams],
);
useEffect(() => {