kopia lustrzana https://github.com/cheeaun/phanpy
Plus also need to be small
rodzic
b68d811f7a
commit
435cc07634
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue