We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b24324 commit 667ea4eCopy full SHA for 667ea4e
.circleci/config.yml
@@ -226,7 +226,7 @@ workflows:
226
branches:
227
only:
228
- dev
229
- - pm-3141_3
+ - pm-3141_fix
230
231
- deployQa:
232
context: org-global
src/apps/review/src/lib/utils/routes.ts
@@ -9,7 +9,6 @@ export function getReviewRoute(
9
addRespondToAppeals?: boolean,
10
currentPathname?: string,
11
): string {
12
- console.log('getReviewRoute called with:', addRespondToAppeals)
13
const encodedReviewId = encodeURIComponent(reviewId)
14
const pathname = currentPathname
15
?? (typeof window !== 'undefined' ? window.location.pathname : '')
0 commit comments