diff --git a/src/day8/re_frame/trace.cljs b/src/day8/re_frame/trace.cljs index c9ab105..aabf84a 100644 --- a/src/day8/re_frame/trace.cljs +++ b/src/day8/re_frame/trace.cljs @@ -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)))