Fix home-stepper.sx paren balance (extra close parens from edits)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 15:37:49 +00:00
parent 8aecbcc094
commit 5ca6952217

View File

@@ -304,6 +304,6 @@
;; Live preview — shows partial result up to current step.
;; Same SX rendered by server (HTML) and client (DOM).
(lake :id "home-preview"
(steps-to-preview (deref steps) (deref step-idx))))))))
(steps-to-preview (deref steps) (deref step-idx))))))