fix: [code-390]: fix useeffect

This commit is contained in:
calvin 2023-05-29 13:24:32 -06:00
parent 7a6b24aa4c
commit fef3a78bca

View File

@ -45,7 +45,7 @@ export function RepositoryBranchesContent({ repoMetadata }: Pick<GitInfoProps, '
useEffect(() => {
updateQueryParams({ page: page.toString() })
}, [page,updateQueryParams,setPage])
}, [setPage])
useShowRequestError(error)