We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dee485 commit 302df65Copy full SHA for 302df65
app/static/dash/index.js
@@ -43,7 +43,7 @@ function populate_page(teams) {
43
</div>
44
<div id="room_green" class="room">
45
<h2 class="team green">ENG1-260</h2>
46
- ${populate_column(teams, 16, 22)}
+ ${populate_column(teams, 15, 22)}
47
</div>`;
48
49
// Yes, I know this is unsafe.
0 commit comments