Fix count of traces

This commit is contained in:
Daniel Compton 2018-01-19 12:11:55 +13:00
parent a627bc9a9f
commit d158576216
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
(rf/reg-sub
:traces/number-of-traces
:<- [:traces/trace-root]
:<- [:traces/all-traces]
(fn [traces _]
(count traces)))