Plus also need to be small

pull/1286/head
Lim Chee Aun 2025-09-22 12:36:43 +08:00
rodzic b68d811f7a
commit 435cc07634
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -60,7 +60,7 @@ const StatusButton = forwardRef((props, ref) => {
<>
{' '}
{!!count && <small title={count}>{shortenNumber(count)}</small>}
{!!count && !!extraCount && '+'}
{!!count && !!extraCount && <small>+</small>}
{!!extraCount && (
<small title={extraCount}>{shortenNumber(extraCount)}</small>
)}