mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
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 && (
|
||||
<>
|
||||
{' '}
|
||||
<small>{shortenNumber(count)}</small>
|
||||
<small title={count}>{shortenNumber(count)}</small>
|
||||
</>
|
||||
)}
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue