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