Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit a2ac34c

Browse files
committed
I-140712
1 parent a9544c3 commit a2ac34c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/java/main/com/topcoder/direct/services/view/action/project/ProjectContestsAction.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ protected void executeAction() throws Exception {
135135

136136
if (!contests.isEmpty()) {
137137
getSessionData().setCurrentProjectContext(contests.get(0).getContest().getProject());
138+
} else {
139+
return ;
138140
}
139141

140142
// set the attribute of flag whether to show the contests download panel

0 commit comments

Comments
 (0)