fix: 8195e61f74
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-10-09 17:19:37 +08:00
parent 8195e61f74
commit 32e840b907
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -1150,7 +1150,7 @@ function showStandings() {
}
if (show_self_reviews) {
col_tr += '<td>' + (row[2][0] || '') + '</td>';
col_tr += '<td>' + (row[4] || '') + '</td>';
}
col_tr += '</tr>';
return col_tr;