ENH always show counter
This commit is contained in:
parent
d63e1eaa4c
commit
32bbe6e16c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue