fix: remove duplicate isPlayground declaration
🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
@@ -629,7 +629,6 @@ function loadCurrentLesson() {
|
||||
}
|
||||
|
||||
// Update level indicator (hide in playground mode)
|
||||
const isPlayground = engineState.lesson?.mode === "playground";
|
||||
if (isPlayground) {
|
||||
elements.levelIndicator.classList.add("hidden");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user