Skip to content

Commit 302df65

Browse files
committed
fixed team 16
1 parent 9dee485 commit 302df65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/static/dash/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function populate_page(teams) {
4343
</div>
4444
<div id="room_green" class="room">
4545
<h2 class="team green">ENG1-260</h2>
46-
${populate_column(teams, 16, 22)}
46+
${populate_column(teams, 15, 22)}
4747
</div>`;
4848

4949
// Yes, I know this is unsafe.

0 commit comments

Comments
 (0)