Merge pull request #38 from Day8/bug/rendering-operation-names

Fix rendering of correct operation names in traces
This commit is contained in:
Daniel Compton 2017-08-16 09:56:47 +12:00 committed by GitHub
commit dd0ad6ac54
1 changed files with 3 additions and 1 deletions

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)