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'>
 | 
					                <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
 | 
					                  <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>)
 | 
				
			||||||
              : (
 | 
					              : (
 | 
				
			||||||
                <div className='px-3 py-1 d-inline-block bg-grey-darkmode rounded text-light'>
 | 
					                <div className='px-3 py-1 d-inline-block bg-grey-darkmode rounded text-light'>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user