mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-02-05 02:43:25 +00:00
Still show 'x of n' event count when x is 0
This commit is contained in:
parent
e42e7d23a9
commit
4b29ca59fd
@ -213,7 +213,7 @@
|
||||
[:thead>tr
|
||||
[:th "operations"]
|
||||
[:th
|
||||
(when (pos? (count showing-traces))
|
||||
(when (pos? (count @filter-items))
|
||||
(str (count showing-traces) " of "))
|
||||
(when (pos? (count @traces))
|
||||
(str (count @traces)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user