add how many times bounty has been paid
This commit is contained in:
parent
7bbcc86270
commit
a0af954d60
|
@ -146,6 +146,7 @@ function TopLevelItem ({ item, noReply, ...props }) {
|
|||
? (
|
||||
<div className='px-3 py-1 d-inline-block bg-grey-medium rounded text-success'>
|
||||
<Check className='fill-success' /> {numWithUnits(item.bounty, { abbreviate: false })} paid
|
||||
{item.bountyPaidTo.length > 1 && <small className='fw-light'> {item.bountyPaidTo.length} times</small>}
|
||||
</div>)
|
||||
: (
|
||||
<div className='px-3 py-1 d-inline-block bg-grey-darkmode rounded text-light'>
|
||||
|
|
Loading…
Reference in New Issue