Skip to content

Commit

Permalink
more str conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffcaseyyet committed Feb 16, 2024
1 parent d12bf92 commit 5aa9992
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@
(cs/join "\n"
(map
(fn [hvec]
(#?(:clj html/html
:cljs hic/render-html)
hvec))
(str
(#?(:clj html/html
:cljs hic/render-html)
hvec)))
hvecs))))

(defn actor-pred
Expand Down Expand Up @@ -419,7 +420,7 @@
(inject-ascending
path-prefix params))]
(if (unwrap? ctx)
#?(:clj (html/html statement-response-rendered)
#?(:clj (str (html/html statement-response-rendered))
:cljs (hic/render-html statement-response-rendered))
(page
head
Expand Down

0 comments on commit 5aa9992

Please sign in to comment.