fix: history stack

This commit is contained in:
Konstantinos Kaloutas
2023-05-23 12:13:29 +03:00
parent d7f4f5943f
commit 8b4bfe0d20

View File

@@ -73,6 +73,9 @@
(when v [:.ml-4 (ui/foldable
[:div (str k)]
[:.ml-4 (case k
:tx-id
[:.my-1 [:pre.code.pre-wrap-white-space.bg-base-4 (str v)]]
:blocks
(map (fn [block]
[:.my-1 [:pre.code.pre-wrap-white-space.bg-base-4 (str block)]]) v)