Skip to content

Commit d73090e

Browse files
committed
Still display passed/failed members on evals page
1 parent b34b3bc commit d73090e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/blueprints/intro_evals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def get_fid_cm_count(member_id):
107107

108108
if freshman_data is None:
109109
continue
110-
elif freshman_data.freshman_eval_result != "Pending":
110+
elif freshman_data.freshman_eval_result != "Pending" and internal is True:
111111
continue
112112

113113
h_meetings = [m.meeting_id for m in

0 commit comments

Comments
 (0)