From 1a8ba45cad28bac5d0c3be4797e1cf214f10d569 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Thu, 16 Nov 2017 12:59:51 +1300 Subject: [PATCH] Print commas in cljs-devtools headers --- src/day8/re_frame/trace/panels/app_db.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/day8/re_frame/trace/panels/app_db.cljs b/src/day8/re_frame/trace/panels/app_db.cljs index 9e9ec0a..b6830f8 100644 --- a/src/day8/re_frame/trace/panels/app_db.cljs +++ b/src/day8/re_frame/trace/panels/app_db.cljs @@ -101,7 +101,6 @@ (map jsonml->hiccup children))) (= head "object") [data-structure jsonml] - (= jsonml ", ") " " :else jsonml)))) (defn subtree [data title]