Skip to content

Commit e35a0c6

Browse files
committed
removed status buttons (for now)
1 parent 625cfb9 commit e35a0c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/modules/breakout/overview.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ modules["breakout/overview"] = class {
439439
});
440440

441441
let updateStatus = () => {
442+
return;
442443
let breakout = this.parent.parent.lesson.breakout ?? {};
443444

444445
startButton.style.removeProperty("display");

0 commit comments

Comments
 (0)