Skip to content

Commit 2240413

Browse files
committed
update
1 parent 072e682 commit 2240413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/member_loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function render_alumni(elements, filter=null){
185185

186186
member_next_position = '';
187187
if (value.next_position != null){
188-
member_next_position = '' + value.next_position ;
188+
member_next_position = '' + value.next_position ;
189189
}else{
190190
member_next_position = '';
191191
}

0 commit comments

Comments
 (0)