mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-02-21 10:19:07 +00:00
Fix rendering of correct operation names in traces
This commit is contained in:
parent
775d61c4b0
commit
543d2e414b
@ -159,7 +159,9 @@
|
|||||||
:re-frame.router/fsm-trigger "#fd701e"
|
:re-frame.router/fsm-trigger "#fd701e"
|
||||||
nil)}}
|
nil)}}
|
||||||
[:td {:style row-style} (str op-type)]
|
[: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
|
[:td
|
||||||
{:style (merge row-style {
|
{:style (merge row-style {
|
||||||
; :font-weight (if (< slower-than-bold-int duration)
|
; :font-weight (if (< slower-than-bold-int duration)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user