Skip to content

Commit 2d2408a

Browse files
committed
fix reader cond
1 parent 8cd4a8a commit 2d2408a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nextjournal/clerk/render.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"w-full max-w-prose px-8")])))
297297

298298
(defn render-result [{:nextjournal/keys [fetch-opts hash presented]} {:keys [id auto-expand-results?]}]
299-
#?(:cljs [:div "TODO render-result"]
299+
#?(:clj [:div "TODO render-result"]
300300
:cljs (let [!desc (hooks/use-state-with-deps presented [hash])
301301
!expanded-at (hooks/use-state-with-deps (when (map? @!desc) (->expanded-at auto-expand-results? @!desc)) [hash])
302302
fetch-fn (hooks/use-callback (when fetch-opts

0 commit comments

Comments
 (0)