Skip to content

Commit

Permalink
Blobs printing strangely
Browse files Browse the repository at this point in the history
Fixes #108
  • Loading branch information
Pedro Girardi committed Jun 23, 2021
1 parent 09d5a88 commit 5dbd78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/clojure/convex_web/site/gui.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1124,9 +1124,9 @@
"Blob"]
[:div.flex
[:code.text-xs.mr-2
(str "0x" object)]
object]

[ClipboardCopy (str "0x" object)]]]])
[ClipboardCopy object]]]])

(defn ResultRenderer [result]
(let [{result-type :convex-web.result/type
Expand Down

0 comments on commit 5dbd78a

Please sign in to comment.