Fix count of traces
This commit is contained in:
parent
a627bc9a9f
commit
d158576216
|
@ -114,7 +114,7 @@
|
|||
|
||||
(rf/reg-sub
|
||||
:traces/number-of-traces
|
||||
:<- [:traces/trace-root]
|
||||
:<- [:traces/all-traces]
|
||||
(fn [traces _]
|
||||
(count traces)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue