add how many times bounty has been paid

This commit is contained in:
keyan 2023-08-28 14:14:14 -05:00
parent 7bbcc86270
commit a0af954d60
1 changed files with 1 additions and 0 deletions

View File

@ -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'>