ENH always show counter

This commit is contained in:
Nathan Dwarshuis 2023-01-28 20:05:26 -05:00
parent d63e1eaa4c
commit 32bbe6e16c
1 changed files with 1 additions and 2 deletions

View File

@ -343,8 +343,7 @@ showMatch Match {mDate = d, mVal = v, mDesc = e, mOther = o, mTimes = n, mPriori
, ("val", showMatchVal v) , ("val", showMatchVal v)
, ("desc", e) , ("desc", e)
, ("other", others) , ("other", others)
, -- TODO it might be best to always show this , ("counter", Just $ maybe "Inf" showT n)
("counter", showT <$> n)
, ("priority", Just $ showT p) , ("priority", Just $ showT p)
] ]
others = case o of others = case o of