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 2603c93f29
commit 4305700421

View File

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