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:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
c84c73b7a7
commit
cafc24e1d8
@@ -31,7 +31,7 @@ export function useNavigation() {
|
||||
params === false ? {} : { ...queryParams, ...params },
|
||||
);
|
||||
},
|
||||
[pathname, teamId, queryParams],
|
||||
[teamId, queryParams],
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user