diff --git a/web/js/uoj.js b/web/js/uoj.js index ffd5428..af3a4a2 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -1150,7 +1150,7 @@ function showStandings() { } if (show_self_reviews) { - col_tr += '' + (row[2][0] || '') + ''; + col_tr += '' + (row[4] || '') + ''; } col_tr += ''; return col_tr;