Show total count for fun

This commit is contained in:
Lim Chee Aun 2022-12-18 00:13:56 +08:00
parent d3f7659331
commit 7c30ba35e4

View file

@ -1196,7 +1196,7 @@ function StatusButton({
{!!count && ( {!!count && (
<> <>
{' '} {' '}
<small>{shortenNumber(count)}</small> <small title={count}>{shortenNumber(count)}</small>
</> </>
)} )}
</button> </button>