mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-14 00:22:33 +00:00
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…
x
Reference in New Issue
Block a user