Show total count for fun
This commit is contained in:
parent
d3f7659331
commit
7c30ba35e4
|
@ -1196,7 +1196,7 @@ function StatusButton({
|
|||
{!!count && (
|
||||
<>
|
||||
{' '}
|
||||
<small>{shortenNumber(count)}</small>
|
||||
<small title={count}>{shortenNumber(count)}</small>
|
||||
</>
|
||||
)}
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue