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)
|
// Update level indicator (hide in playground mode)
|
||||||
const isPlayground = engineState.lesson?.mode === "playground";
|
|
||||||
if (isPlayground) {
|
if (isPlayground) {
|
||||||
elements.levelIndicator.classList.add("hidden");
|
elements.levelIndicator.classList.add("hidden");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user