fix: remove duplicate isPlayground declaration

🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
2026-01-16 05:03:55 +01:00
parent c59736c0e2
commit 55379c14f0

View File

@@ -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 {