Konstantinos Kaloutas пре 2 година
родитељ
комит
8b4bfe0d20
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/main/frontend/components/right_sidebar.cljs

+ 3 - 0
src/main/frontend/components/right_sidebar.cljs

@@ -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)