Show total count for fun

pull/10/head
Lim Chee Aun 2022-12-18 00:13:56 +08:00
rodzic d3f7659331
commit 7c30ba35e4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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