Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-harness committed Jan 17, 2025
1 parent 833346f commit 6cfa735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/gitness/src/pages-v2/repo/repo-commits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function RepoCommitsPage() {
const { spaceId, repoId } = useParams<PathParams>()
const [branchTagQuery, setBranchTagQuery] = useState('')
const [page, setPage] = useQueryState('page', parseAsInteger.withDefault(1).withOptions({ history: 'push' }))
const routes = useRoutes()
const commitsPath = routes.toRepoCommits({ spaceId, repoId })

const {
Expand Down

0 comments on commit 6cfa735

Please sign in to comment.