Skip to content

Commit

Permalink
frontend: fix missing parentheses after commenting out the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX authored and TomasTomecek committed Jan 13, 2025
1 parent 97f3b4c commit 6b02f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/prompt/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"logs and explaining the failure in simple words.")]

[:div {:class "py-4"}
(prompt-form)]
(prompt-form)]]]]

;;[:div {:id "prompt-examples"}
;; [:button {:type "button"
Expand Down

0 comments on commit 6b02f5c

Please sign in to comment.