From 4305700421c008f842a902c491ff1669c5b4c690 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Fri, 16 Jan 2026 05:03:55 +0100 Subject: [PATCH] fix: remove duplicate isPlayground declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- src/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.js b/src/app.js index 4557ebd..2f9e67a 100644 --- a/src/app.js +++ b/src/app.js @@ -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 {