Skip to content

Commit 9360c04

Browse files
committed
Bring back deleted comment
1 parent 33e8d55 commit 9360c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/pickProjectToContinue.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function PickProjectToContinue({
4747
path = `${nextPath.pathname}?${newPathQuery}`;
4848
}
4949

50+
// if the project in URL is missing, but this release belongs to only one project, redirect there
5051
const shouldRedirect = projects.length === 1;
5152
useEffect(() => {
5253
if (shouldRedirect) {

0 commit comments

Comments
 (0)