Skip to content

Commit 667ea4e

Browse files
committed
fix: add manager comment button showing to submitters and normal reviewer
1 parent 4b24324 commit 667ea4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ workflows:
226226
branches:
227227
only:
228228
- dev
229-
- pm-3141_3
229+
- pm-3141_fix
230230

231231
- deployQa:
232232
context: org-global

src/apps/review/src/lib/utils/routes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export function getReviewRoute(
99
addRespondToAppeals?: boolean,
1010
currentPathname?: string,
1111
): string {
12-
console.log('getReviewRoute called with:', addRespondToAppeals)
1312
const encodedReviewId = encodeURIComponent(reviewId)
1413
const pathname = currentPathname
1514
?? (typeof window !== 'undefined' ? window.location.pathname : '')

0 commit comments

Comments
 (0)