Skip to content

Commit

Permalink
fix: amendment and revision task list highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Oct 5, 2022
1 parent 997b77f commit 5b8b09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/pageRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const getProjectRevisionAttachmentsPageRoute = (
export const getProjectRevisionChangeLogsPageRoute = (
projectRevisionId: string
) => ({
pathname: `/cif/project-revision/[projectRevision]/project-revision-change-logs/`,
pathname: `/cif/project-revision/[projectRevision]/project-revision-change-logs`,
query: {
projectRevision: projectRevisionId,
},
Expand Down

0 comments on commit 5b8b09c

Please sign in to comment.