diff --git a/src/day8/re_frame/trace.cljs b/src/day8/re_frame/trace.cljs index 8d2a0d1..ba10259 100644 --- a/src/day8/re_frame/trace.cljs +++ b/src/day8/re_frame/trace.cljs @@ -159,7 +159,9 @@ :re-frame.router/fsm-trigger "#fd701e" nil)}} [:td {:style row-style} (str op-type)] - [:td {:style row-style} operation] + [:td {:style row-style} (if (= PersistentVector (type (js->clj operation))) + (second operation) + operation)] [:td {:style (merge row-style { ; :font-weight (if (< slower-than-bold-int duration)