Fix rendering of correct operation names in traces

This commit is contained in:
Saskia Lindner 2017-08-15 15:21:09 +02:00
parent 775d61c4b0
commit 543d2e414b

View File

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